diff src/protocols/jabber/jutil.h @ 7322:ab828b8c3f22

[gaim-migrate @ 7908] all sorts of stuff including tweaks to logging so it mostly works again for jabber. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 24 Oct 2003 05:46:01 +0000
parents dd4b4a187171
children b250288fa948
line wrap: on
line diff
--- a/src/protocols/jabber/jutil.h	Thu Oct 23 21:56:16 2003 +0000
+++ b/src/protocols/jabber/jutil.h	Fri Oct 24 05:46:01 2003 +0000
@@ -40,7 +40,7 @@
 time_t str_to_time(const char *timestamp);
 const char *jabber_get_state_string(int state);
 
-const char *jabber_normalize(const char *in);
+const char *jabber_normalize(const GaimAccount *account, const char *in);
 
 gboolean jabber_nodeprep_validate(const char *);
 gboolean jabber_nameprep_validate(const char *);