about summary refs log tree commit diff stats
path: root/src/profanity.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-19 23:15:42 +0000
committerJames Booth <boothj5@gmail.com>2012-11-19 23:15:42 +0000
commit118d97cd90701bcc05e286f35dae6f84ef92a3ff (patch)
treea54015e65b736711a460eabb89665896f6bfbb9d /src/profanity.h
parent346ed2a8e861457effcba6c7c7cc76f660ece40b (diff)
downloadprofani-tty-118d97cd90701bcc05e286f35dae6f84ef92a3ff.tar.gz
Handling commands after /disconnect
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 a5b5b117..b91a17b2 100644
--- a/src/profanity.h
+++ b/src/profanity.h
@@ -62,5 +62,7 @@ void prof_handle_room_nick_change(const char * const room,
     const char * const nick);
 void prof_handle_room_broadcast(const char *const room_jid,
     const char * const message);
+void prof_handle_idle(void);
+void prof_handle_activity(void);
 
 #endif