init: Added initializeDatabase stub

This commit is contained in:
Paul Beckingham 2016-03-02 08:21:34 -05:00
parent 3b332eb96c
commit 1ced4bdd1a
3 changed files with 12 additions and 0 deletions

View file

@ -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