aboutsummaryrefslogtreecommitdiff
path: root/src/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.h')
-rw-r--r--src/event.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/event.h b/src/event.h
index 4beb589..6b5dce3 100644
--- a/src/event.h
+++ b/src/event.h
@@ -28,6 +28,11 @@
28#include "application.h" 28#include "application.h"
29 29
30void 30void
31event_update_profile(MESSENGER_Application *app); 31event_update_profile(MESSENGER_Application *app,
32 void *cls);
33
34void
35event_update_chats(MESSENGER_Application *app,
36 void *cls);
32 37
33#endif /* EVENT_H_ */ 38#endif /* EVENT_H_ */