about summary refs log tree commit diff stats
path: root/src/profanity.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-06-02 00:20:22 +0100
committerJames Booth <boothj5@gmail.com>2013-06-02 00:20:22 +0100
commit65c09db19e663e2ba51f95e85e89f43840a0da1f (patch)
tree966231de5f2f7813e466de1c08659b7dcc931ac5 /src/profanity.h
parentcf8d00185b7908607d1bee56a17bf7500d939326 (diff)
downloadprofani-tty-65c09db19e663e2ba51f95e85e89f43840a0da1f.tar.gz
Added message in console on /roster add
Diffstat (limited to 'src/profanity.h')
-rw-r--r--src/profanity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profanity.h b/src/profanity.h
index 0f4699a7..7f96b04e 100644
--- a/src/profanity.h
+++ b/src/profanity.h
@@ -80,5 +80,6 @@ void prof_handle_disco_info(const char *from, GSList *identities,
     GSList *features);
 void prof_handle_duck_help(const char * const result);
 void prof_handle_duck_result(const char * const result);
+void prof_handle_roster_add(const char * const barejid, const char * const name);
 
 #endif