src/debug.c

changeset 11504
eabc708c2ea9
parent 11256
fe82a0c5e5ec
child 13105
8f9c66e4af87
--- a/src/debug.c	Sun Sep 11 05:14:52 2005 +0000
+++ b/src/debug.c	Sun Sep 11 05:16:59 2005 +0000
@@ -40,9 +40,7 @@
  */
 static gboolean debug_enabled = FALSE;
 
-/* XXX I want to make this static but gg uses this for internal debug level
- * stuff and I don't really feel like unwrapping it right now. -Etan */
-void
+static void
 gaim_debug_vargs(GaimDebugLevel level, const char *category,
 				 const char *format, va_list args)
 {

mercurial