diff options
Diffstat (limited to 'server/src/database.h')
-rw-r--r-- | server/src/database.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/server/src/database.h b/server/src/database.h index 684cd6c..e311584 100644 --- a/server/src/database.h +++ b/server/src/database.h @@ -73,11 +73,12 @@ public: time_t oldest = 0); // Put an entry in the journal table - void putJournal(std::string user, - std::string cpr, - Macro &_macro, - std::string resume, - time_t now); + void putResume(std::string user, + std::string cpr, + Macro &_macro, + std::string resume, + time_t now, + bool store_in_journal); // Get latest resume of a given macro std::string getResume(std::string cpr, |