diff libpurple/protocols/gg/gg.h @ 15823: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 b8572b937c09
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg.h	Mon Mar 19 06:11:46 2007 +0000
+++ b/libpurple/protocols/gg/gg.h	Mon Mar 19 07:01:17 2007 +0000
@@ -1,7 +1,7 @@
 /**
  * @file gg.h
  *
- * gaim
+ * purple
  *
  * Copyright (C) 2005  Bartosz Oler <bartosz@bzimage.us>
  *
@@ -21,8 +21,8 @@
  */
 
 
-#ifndef _GAIM_GG_H
-#define _GAIM_GG_H
+#ifndef _PURPLE_GG_H
+#define _PURPLE_GG_H
 
 #include <libgadu.h>
 #include "search.h"
@@ -39,7 +39,7 @@
 
 } GGPChat;
 
-typedef void (*GGPTokenCallback)(GaimConnection *);
+typedef void (*GGPTokenCallback)(PurpleConnection *);
 
 typedef struct
 {
@@ -67,6 +67,6 @@
 } GGPInfo;
 
 
-#endif /* _GAIM_GG_H */
+#endif /* _PURPLE_GG_H */
 
 /* vim: set ts=8 sts=0 sw=8 noet: */