mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Added initializeDatabase stub
This commit is contained in:
parent
3b332eb96c
commit
1ced4bdd1a
3 changed files with 12 additions and 0 deletions
|
@ -27,9 +27,11 @@
|
|||
#ifndef INCLUDED_TIMEW
|
||||
#define INCLUDED_TIMEW
|
||||
|
||||
#include <Database.h>
|
||||
#include <Rules.h>
|
||||
|
||||
// init.cpp
|
||||
void initializeDatabase (Database&);
|
||||
int dispatchCommand (int, const char**, Rules&);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue