diff libpurple/protocols/gg/search.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 44b4e8bd759b
line wrap: on
line diff
--- a/libpurple/protocols/gg/search.h	Mon Mar 19 06:11:46 2007 +0000
+++ b/libpurple/protocols/gg/search.h	Mon Mar 19 07:01:17 2007 +0000
@@ -1,7 +1,7 @@
 /**
  * @file search.h
  *
- * gaim
+ * purple
  *
  * Copyright (C) 2005  Bartosz Oler <bartosz@bzimage.us>
  *
@@ -21,8 +21,8 @@
  */
 
 
-#ifndef _GAIM_GG_SEARCH_H
-#define _GAIM_GG_SEARCH_H
+#ifndef _PURPLE_GG_SEARCH_H
+#define _PURPLE_GG_SEARCH_H
 
 #include "connection.h"
 
@@ -127,13 +127,13 @@
 /**
  * Initiate a search in the public directory.
  *
- * @param gc   GaimConnection.
+ * @param gc   PurpleConnection.
  * @param form Filled in GGPSearchForm.
  *
  * @return Sequence number of a search or 0 if an error occured.
  */
 guint32
-ggp_search_start(GaimConnection *gc, GGPSearchForm *form);
+ggp_search_start(PurpleConnection *gc, GGPSearchForm *form);
 
 /*
  * Return converted to the UTF-8 value of the specified field.
@@ -148,6 +148,6 @@
 ggp_search_get_result(gg_pubdir50_t res, int num, const char *field);
 
 
-#endif /* _GAIM_GG_SEARCH_H */
+#endif /* _PURPLE_GG_SEARCH_H */
 
 /* vim: set ts=8 sts=0 sw=8 noet: */