summaryrefslogtreecommitdiff
path: root/server/src/journalwriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/journalwriter.h')
-rw-r--r--server/src/journalwriter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/src/journalwriter.h b/server/src/journalwriter.h
index 2cd191d..ea1b514 100644
--- a/server/src/journalwriter.h
+++ b/server/src/journalwriter.h
@@ -48,6 +48,9 @@ public:
void commit();
+ std::string getEntry(std::string macro);
+ void removeEntry(std::string macro);
+
private:
std::string host;
unsigned short int port;