diff options
Diffstat (limited to 'src/event.h')
-rw-r--r-- | src/event.h | 7 |
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 | ||
30 | void | 30 | void |
31 | event_update_profile(MESSENGER_Application *app); | 31 | event_update_profile(MESSENGER_Application *app, |
32 | void *cls); | ||
33 | |||
34 | void | ||
35 | event_update_chats(MESSENGER_Application *app, | ||
36 | void *cls); | ||
32 | 37 | ||
33 | #endif /* EVENT_H_ */ | 38 | #endif /* EVENT_H_ */ |