diff src/protocols/jabber/jutil.h @ 7262:85fcaff1505d

[gaim-migrate @ 7839] put normalizing back in the realm of sanity (what was I thinking?) and fix jabber chat case sensitivity (as well as a few other things) committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 14 Oct 2003 16:44:36 +0000
parents 1930e3d00ecd
children 7c12dab8e513
line wrap: on
line diff
--- a/src/protocols/jabber/jutil.h	Tue Oct 14 05:07:39 2003 +0000
+++ b/src/protocols/jabber/jutil.h	Tue Oct 14 16:44:36 2003 +0000
@@ -40,6 +40,6 @@
 time_t str_to_time(const char *timestamp);
 const char *jabber_get_state_string(int state);
 
-const char *jabber_normalize(const GaimAccount *account, const char *in);
+const char *jabber_normalize(const char *in);
 
 #endif /* _GAIM_JABBER_JID_H_ */