diff libpurple/prefix.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 e9c12873fae0
children
line wrap: on
line diff
--- a/libpurple/prefix.h	Mon Mar 19 06:11:46 2007 +0000
+++ b/libpurple/prefix.h	Mon Mar 19 07:01:17 2007 +0000
@@ -3,9 +3,9 @@
  * upgrading these files.
  *
  * Added this comment.
- * Added "gaim_ ## " to the namespace
- * Changed the lib macro to use /lib/gaim instead of just /lib
- *  (why does gaim do that in the -DLIBDIR autoconf thing anyway?)
+ * Added "purple_ ## " to the namespace
+ * Changed the lib macro to use /lib/purple instead of just /lib
+ *  (why does purple do that in the -DLIBDIR autoconf thing anyway?)
  *
  */
 
@@ -44,7 +44,7 @@
  * --> expands br_locate to foobar_br_locate
  */
 #undef BR_NAMESPACE
-#define BR_NAMESPACE(funcName) gaim_ ## funcName
+#define BR_NAMESPACE(funcName) purple_ ## funcName
 
 
 #ifdef ENABLE_BINRELOC