diff options
Diffstat (limited to 'src/event.h')
-rw-r--r-- | src/event.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/event.h b/src/event.h index 6b5dce3..f59c793 100644 --- a/src/event.h +++ b/src/event.h | |||
@@ -29,10 +29,17 @@ | |||
29 | 29 | ||
30 | void | 30 | void |
31 | event_update_profile(MESSENGER_Application *app, | 31 | event_update_profile(MESSENGER_Application *app, |
32 | void *cls); | 32 | int argc, |
33 | void **argv); | ||
33 | 34 | ||
34 | void | 35 | void |
35 | event_update_chats(MESSENGER_Application *app, | 36 | event_update_chats(MESSENGER_Application *app, |
36 | void *cls); | 37 | int argc, |
38 | void **argv); | ||
39 | |||
40 | void | ||
41 | event_receive_message(MESSENGER_Application *app, | ||
42 | int argc, | ||
43 | void **argv); | ||
37 | 44 | ||
38 | #endif /* EVENT_H_ */ | 45 | #endif /* EVENT_H_ */ |