about summary refs log tree commit diff stats
path: root/src/xmpp/jid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/jid.h')
-rw-r--r--src/xmpp/jid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/jid.h b/src/xmpp/jid.h
index fc0e388f..4af0e381 100644
--- a/src/xmpp/jid.h
+++ b/src/xmpp/jid.h
@@ -57,5 +57,6 @@ char* create_fulljid(const char *const barejid, const char *const resource);
 char* get_nick_from_full_jid(const char *const full_room_jid);
 
 char* jid_fulljid_or_barejid(Jid *jid);
+char* jid_random_resource(void);
 
 #endif