libpurple/plugins/mono/loader/debug-glue.c

changeset 15884
4de1981757fc
parent 15435
4b933b06d75e
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
child 26561
79ce052c68dd
--- a/libpurple/plugins/mono/loader/debug-glue.c	Mon Mar 19 06:11:46 2007 +0000
+++ b/libpurple/plugins/mono/loader/debug-glue.c	Mon Mar 19 07:01:17 2007 +0000
@@ -1,7 +1,7 @@
 #include "mono-glue.h"
 #include "debug.h"
 
-void gaim_debug_glue(int type, MonoString *cat, MonoString *str)
+void purple_debug_glue(int type, MonoString *cat, MonoString *str)
 {
 	char *ccat;
 	char *cstr;
@@ -9,7 +9,7 @@
 	ccat = mono_string_to_utf8(cat);
 	cstr = mono_string_to_utf8(str);
 	
-	gaim_debug(type, ccat, cstr);
+	purple_debug(type, ccat, cstr);
 	
 	g_free(ccat);
 	g_free(cstr);

mercurial