mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Timew: Configuration is now passed to dispatch
This commit is contained in:
parent
890bb7fc9b
commit
44c9924dc5
3 changed files with 7 additions and 3 deletions
|
@ -34,7 +34,7 @@
|
|||
// init.cpp
|
||||
void initializeData (Configuration&, Database&);
|
||||
void initializeRules (Configuration&, Rules&);
|
||||
int dispatchCommand (int, const char**, Rules&);
|
||||
int dispatchCommand (int, const char**, Configuration&, Rules&);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue