about summary refs log tree commit diff stats
path: root/src/jid.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-13 00:19:56 +0000
committerJames Booth <boothj5@gmail.com>2013-01-13 00:19:56 +0000
commit3a22719bd7a59d0eaaa6206c7fd289825365b3ff (patch)
tree317bb2ab3f9a8fe567d9072f968547082a9236e1 /src/jid.h
parent6607b998728f6c2de8c0db09d491eb304a6ca192 (diff)
downloadprofani-tty-3a22719bd7a59d0eaaa6206c7fd289825365b3ff.tar.gz
Added jid_create_room_jid
Diffstat (limited to 'src/jid.h')
-rw-r--r--src/jid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jid.h b/src/jid.h
index 3b172025..5a34c02e 100644
--- a/src/jid.h
+++ b/src/jid.h
@@ -36,6 +36,7 @@ struct jid_t {
 typedef struct jid_t Jid;
 
 Jid * jid_create(const gchar * const str);
+Jid * jid_create_room_jid(const char * const room, const char * const nick);
 
 gboolean jid_is_room(const char * const room_jid);
 char * create_full_room_jid(const char * const room,