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:24:22 +0100
committerJames Booth <boothj5@gmail.com>2013-06-02 00:24:22 +0100
commit0e5d277c14be33ed226e4f129066a31818454bd1 (patch)
tree01326255967f458f4af3a3c00c94940e19a69e3e /src/ui/ui.h
parent65c09db19e663e2ba51f95e85e89f43840a0da1f (diff)
downloadprofani-tty-0e5d277c14be33ed226e4f129066a31818454bd1.tar.gz
Added message in console on /roster remove
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 8f5610fc..6eb0d814 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -113,6 +113,7 @@ 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);
+void ui_roster_remove(const char * const barejid);
 
 // contact status functions
 void ui_status_room(const char * const contact);