diff libpurple/protocols/jabber/jutil.h @ 15822:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 5fe8042783c1
children 87ea711b9781
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jutil.h	Mon Mar 19 06:11:46 2007 +0000
+++ b/libpurple/protocols/jabber/jutil.h	Mon Mar 19 07:01:17 2007 +0000
@@ -1,7 +1,7 @@
 /**
  * @file jutil.h utility functions
  *
- * gaim
+ * purple
  *
  * Copyright (C) 2003 Nathan Walp <faceprint@faceprint.com>
  *
@@ -19,8 +19,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#ifndef _GAIM_JABBER_JUTIL_H_
-#define _GAIM_JABBER_JUTIL_H_
+#ifndef _PURPLE_JABBER_JUTIL_H_
+#define _PURPLE_JABBER_JUTIL_H_
 
 #include "account.h"
 #include "conversation.h"
@@ -39,12 +39,12 @@
 char *jabber_get_resource(const char *jid);
 char *jabber_get_bare_jid(const char *jid);
 
-const char *jabber_normalize(const GaimAccount *account, const char *in);
+const char *jabber_normalize(const PurpleAccount *account, const char *in);
 
 gboolean jabber_nodeprep_validate(const char *);
 gboolean jabber_nameprep_validate(const char *);
 gboolean jabber_resourceprep_validate(const char *);
 
-GaimConversation *jabber_find_unnormalized_conv(const char *name, GaimAccount *account);
+PurpleConversation *jabber_find_unnormalized_conv(const char *name, PurpleAccount *account);
 
-#endif /* _GAIM_JABBER_JUTIL_H_ */
+#endif /* _PURPLE_JABBER_JUTIL_H_ */