diff src/gaim.h @ 5211:0241d6b6702d

[gaim-migrate @ 5581] Wrote a new debugging API, and of course core/ui split it. Debug statements can now have debug levels and categories, for future filtering of stuff, and color highlighting. It's nifty, m'kay? committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 06:46:08 +0000
parents 381da05cb5ed
children 1a53330dfd34
line wrap: on
line diff
--- a/src/gaim.h	Sat Apr 26 05:31:26 2003 +0000
+++ b/src/gaim.h	Sat Apr 26 06:46:08 2003 +0000
@@ -377,9 +377,6 @@
 /* Functions in idle.c */
 extern gint check_idle(gpointer);
 
-/* Functions in prefs.c */
-extern void debug_printf(char * fmt, ...) G_GNUC_PRINTF(1,2);
-
 /* Functions in server.c */
 /* input to serv */
 extern void serv_login(struct gaim_account *);