diff libpurple/protocols/jabber/message.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 193456f03b9c
children a75079eae085 44b4e8bd759b
line wrap: on
line diff
--- a/libpurple/protocols/jabber/message.h	Mon Mar 19 06:11:46 2007 +0000
+++ b/libpurple/protocols/jabber/message.h	Mon Mar 19 07:01:17 2007 +0000
@@ -1,7 +1,7 @@
 /**
  * @file message.h Message handlers
  *
- * 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_MESSAGE_H_
-#define _GAIM_JABBER_MESSAGE_H_
+#ifndef _PURPLE_JABBER_MESSAGE_H_
+#define _PURPLE_JABBER_MESSAGE_H_
 
 #include "buddy.h"
 #include "jabber.h"
@@ -68,11 +68,11 @@
 void jabber_message_send(JabberMessage *jm);
 
 void jabber_message_parse(JabberStream *js, xmlnode *packet);
-int jabber_message_send_im(GaimConnection *gc, const char *who, const char *msg,
-		GaimMessageFlags flags);
-int jabber_message_send_chat(GaimConnection *gc, int id, const char *message, GaimMessageFlags flags);
+int jabber_message_send_im(PurpleConnection *gc, const char *who, const char *msg,
+		PurpleMessageFlags flags);
+int jabber_message_send_chat(PurpleConnection *gc, int id, const char *message, PurpleMessageFlags flags);
 
-unsigned int jabber_send_typing(GaimConnection *gc, const char *who, GaimTypingState state);
+unsigned int jabber_send_typing(PurpleConnection *gc, const char *who, PurpleTypingState state);
 void jabber_message_conv_closed(JabberStream *js, const char *who);
 
-#endif /* _GAIM_JABBER_MESSAGE_H_ */
+#endif /* _PURPLE_JABBER_MESSAGE_H_ */