about summary refs log tree commit diff stats
path: root/src/room_chat.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-18 18:36:17 +0000
committerJames Booth <boothj5@gmail.com>2012-11-18 18:36:17 +0000
commite9d6ba211774e382771df5afcc3170f64a72ca6d (patch)
tree2faed044d2921073c34ab5680f7c7b60a83a1a7f /src/room_chat.h
parenta847ad5603a496309adb374097e28e52ae1a2ce9 (diff)
downloadprofani-tty-e9d6ba211774e382771df5afcc3170f64a72ca6d.tar.gz
Allow nick change in chat room
Diffstat (limited to 'src/room_chat.h')
-rw-r--r--src/room_chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/room_chat.h b/src/room_chat.h
index 02ef3a5e..d36c67b7 100644
--- a/src/room_chat.h
+++ b/src/room_chat.h
@@ -26,6 +26,7 @@
 #include <glib.h>
 
 void room_join(const char * const room, const char * const nick);
+void room_change_nick(const char * const room, const char * const nick);
 void room_leave(const char * const room);
 gboolean room_is_active(const char * const full_room_jid);
 char * room_get_nick_for_room(const char * const room);