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-23 16:29:42 +0100
committerJames Booth <boothj5@gmail.com>2013-06-23 16:29:42 +0100
commit265fff8f40ad521d09bf56e8f2e8fad89ef63865 (patch)
tree4fb0fb65885e7d5bf262d0b17c85b42138054172 /src/ui/ui.h
parentf9b8da1afee6267cc1b09f036cd58e1d9326509c (diff)
downloadprofani-tty-265fff8f40ad521d09bf56e8f2e8fad89ef63865.tar.gz
Show message when contact already in group
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 a41a8cff..f8a6ff2d 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -114,6 +114,7 @@ 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);
+void ui_contact_already_in_group(const char * const barejid, const char * const group);
 
 // contact status functions
 void ui_status_room(const char * const contact);