diff options
Diffstat (limited to 'rts/eventlog/EventLog.h')
-rw-r--r-- | rts/eventlog/EventLog.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rts/eventlog/EventLog.h b/rts/eventlog/EventLog.h index 1858be8ecd..6a3b32dad3 100644 --- a/rts/eventlog/EventLog.h +++ b/rts/eventlog/EventLog.h @@ -49,6 +49,12 @@ void postCapMsg(Capability *cap, char *msg, va_list ap); void postEventStartup(EventCapNo n_caps); /* + * Post an event relating to a capability itself (create/delete/etc) + */ +void postCapEvent (EventTypeNum tag, + EventCapNo capno); + +/* * Post an event that is associated with a capability set */ void postCapsetEvent (EventTypeNum tag, |