mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Commands: Added include latch
This commit is contained in:
parent
a95d0e9b64
commit
a0bc0c5f49
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include <cmake.h>
|
#ifndef INCLUDED_GRAMMAR
|
||||||
|
#define INCLUDED_GRAMMAR
|
||||||
|
|
||||||
void CmdDefault ();
|
void CmdDefault ();
|
||||||
void CmdHelp ();
|
void CmdHelp ();
|
||||||
|
@ -32,4 +33,6 @@ void CmdStart ();
|
||||||
void CmdStop ();
|
void CmdStop ();
|
||||||
void Cmdtrack ();
|
void Cmdtrack ();
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue