--- 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_ */