mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdDefine: Rules object propagated to the command
This commit is contained in:
parent
ed34ee0103
commit
3b332eb96c
5 changed files with 12 additions and 7 deletions
|
@ -27,8 +27,10 @@
|
|||
#ifndef INCLUDED_TIMEW
|
||||
#define INCLUDED_TIMEW
|
||||
|
||||
#include <Rules.h>
|
||||
|
||||
// init.cpp
|
||||
int dispatchCommand (int, const char**);
|
||||
int dispatchCommand (int, const char**, Rules&);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue