diff src/protocols/jabber/jutil.h @ 7306:7c12dab8e513

[gaim-migrate @ 7890] this should implement the full nodeprep, nameprep, and resourceprep string profiles, so we compare JIDs correctly committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 20 Oct 2003 20:41:42 +0000
parents 85fcaff1505d
children dd4b4a187171
line wrap: on
line diff
--- a/src/protocols/jabber/jutil.h	Mon Oct 20 05:08:05 2003 +0000
+++ b/src/protocols/jabber/jutil.h	Mon Oct 20 20:41:42 2003 +0000
@@ -34,7 +34,7 @@
 JabberID* jabber_id_new(const char *str);
 void jabber_id_free(JabberID *jid);
 
-const char *jabber_get_resource(const char *jid);
+char *jabber_get_resource(const char *jid);
 char *jabber_get_bare_jid(const char *jid);
 
 time_t str_to_time(const char *timestamp);