diff options
Diffstat (limited to 'rts/eventlog/EventLog.h')
-rw-r--r-- | rts/eventlog/EventLog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/eventlog/EventLog.h b/rts/eventlog/EventLog.h index eae11ede45..1fb7c4a071 100644 --- a/rts/eventlog/EventLog.h +++ b/rts/eventlog/EventLog.h @@ -47,6 +47,9 @@ void postMsg(char *msg, va_list ap); void postUserEvent(Capability *cap, EventTypeNum type, char *msg); +void postUserBinaryEvent(Capability *cap, EventTypeNum type, + uint8_t *msg, size_t size); + void postCapMsg(Capability *cap, char *msg, va_list ap); /* |