mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Rules: Replacing Configuration
This commit is contained in:
parent
16cd5a6501
commit
f3aa253b07
3 changed files with 9 additions and 10 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
// init.cpp
|
||||
bool lightweightVersionCheck (const std::vector <std::string>&);
|
||||
void initializeData (Database&, Log&);
|
||||
void initializeData (Database&, Rules&, Log&);
|
||||
void initializeRules (Rules&, Log&);
|
||||
void initializeExtensions (Rules&, Extensions&, Log&);
|
||||
int dispatchCommand (const std::vector <std::string>&, Database&, Rules&, Extensions&, Log&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue