aboutsummaryrefslogtreecommitdiff
path: root/src/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.h')
-rw-r--r--src/event.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h
index f59c793..a4b7e7c 100644
--- a/src/event.h
+++ b/src/event.h
@@ -38,6 +38,11 @@ event_update_chats(MESSENGER_Application *app,
38 void **argv); 38 void **argv);
39 39
40void 40void
41event_joining_contact(MESSENGER_Application *app,
42 int argc,
43 void **argv);
44
45void
41event_receive_message(MESSENGER_Application *app, 46event_receive_message(MESSENGER_Application *app,
42 int argc, 47 int argc,
43 void **argv); 48 void **argv);