diff src/protocols/jabber/jutil.h @ 7261:1930e3d00ecd

[gaim-migrate @ 7838] prpl-specific normalize is back, after my crusade to kill it. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 14 Oct 2003 05:07:39 +0000
parents 67c4e9d39242
children 85fcaff1505d
line wrap: on
line diff
--- a/src/protocols/jabber/jutil.h	Tue Oct 14 04:44:43 2003 +0000
+++ b/src/protocols/jabber/jutil.h	Tue Oct 14 05:07:39 2003 +0000
@@ -22,6 +22,8 @@
 #ifndef _GAIM_JABBER_JID_H_
 #define _GAIM_JABBER_JID_H_
 
+#include "account.h"
+
 
 typedef struct _JabberID {
 	char *node;
@@ -38,4 +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);
+
 #endif /* _GAIM_JABBER_JID_H_ */