--- 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) {