summaryrefslogtreecommitdiff
path: root/includes/rts/EventLogWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/EventLogWriter.h')
-rw-r--r--includes/rts/EventLogWriter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/rts/EventLogWriter.h b/includes/rts/EventLogWriter.h
index 38a0c06086..73a2aec64c 100644
--- a/includes/rts/EventLogWriter.h
+++ b/includes/rts/EventLogWriter.h
@@ -68,3 +68,8 @@ bool startEventLogging(const EventLogWriter *writer);
* Stop event logging and destroy the current EventLogWriter.
*/
void endEventLogging(void);
+
+/*
+ * Flush the eventlog. cap can be NULL if one is not held.
+ */
+void flushEventLog(Capability **cap);