about summary refs log tree commit diff stats
path: root/jabber.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-28 23:40:11 +0100
committerJames Booth <boothj5@gmail.com>2012-05-28 23:40:11 +0100
commit70310bb5afb7a008bdd4069d85ee62921cdf4ac5 (patch)
treeb4e1b34b8869a8f0fb472a7f8171f1c201c45bef /jabber.h
parent240f7badb0050862320f413aeb53b39f34a35a81 (diff)
downloadprofani-tty-70310bb5afb7a008bdd4069d85ee62921cdf4ac5.tar.gz
Allow message with status updates
Diffstat (limited to 'jabber.h')
-rw-r--r--jabber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jabber.h b/jabber.h
index 574ea0a1..da6570b3 100644
--- a/jabber.h
+++ b/jabber.h
@@ -35,6 +35,6 @@ void jabber_roster_request(void);
 void jabber_process_events(void);
 void jabber_send(const char * const msg, const char * const recipient);
 const char * jabber_get_jid(void);
-void jabber_update_presence(jabber_presence_t status);
+void jabber_update_presence(jabber_presence_t status, const char * const msg);
 
 #endif