about summary refs log tree commit diff stats
path: root/src/profanity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/profanity.h')
-rw-r--r--src/profanity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profanity.h b/src/profanity.h
index e6d79d3e..af6b3e11 100644
--- a/src/profanity.h
+++ b/src/profanity.h
@@ -29,6 +29,8 @@ void prof_handle_login_success(const char *jid);
 void prof_handle_lost_connection(void);
 void prof_handle_failed_login(void);
 void prof_handle_typing(char *from);
+void prof_handle_contact_online(char *contact, char *show, char *status);
+void prof_handle_contact_offline(char *contact, char *show, char *status);
 void prof_handle_incoming_message(char *from, char *message);
 void profanity_shutdown_init(void);
 void profanity_shutdown(void);