mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Added initializeRules stub
This commit is contained in:
parent
f487f1ce78
commit
3aa8e575bf
2 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,11 @@ void initializeData (Configuration& configuration, Database& database)
|
|||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void initializeRules (Configuration& configuration, Rules& rules)
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int dispatchCommand (int argc, const char** argv, Rules& rules)
|
||||
{
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
// init.cpp
|
||||
void initializeData (Configuration&, Database&);
|
||||
void initializeRules (Configuration&, Rules&);
|
||||
int dispatchCommand (int, const char**, Rules&);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue