about summary refs log tree commit diff stats
path: root/src/ui/ui.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/ui/ui.h
parentcf8d00185b7908607d1bee56a17bf7500d939326 (diff)
downloadprofani-tty-65c09db19e663e2ba51f95e85e89f43840a0da1f.tar.gz
Added message in console on /roster add
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index be57a0be..8f5610fc 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -112,6 +112,7 @@ void ui_room_member_nick_change(const char * const room,
 void ui_room_nick_change(const char * const room, const char * const nick);
 void ui_room_member_presence(const char * const room,
     const char * const nick, const char * const show, const char * const status);
+void ui_roster_add(const char * const barejid, const char * const name);
 
 // contact status functions
 void ui_status_room(const char * const contact);