diff src/gaim.h @ 1252:46c09828e929

[gaim-migrate @ 1262] still need to do buddy.c, conversation.c, dialogs.c, prefs.c. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 13 Dec 2000 22:12:02 +0000
parents b5783215b245
children 9da444224f0e
line wrap: on
line diff
--- a/src/gaim.h	Wed Dec 13 20:23:06 2000 +0000
+++ b/src/gaim.h	Wed Dec 13 22:12:02 2000 +0000
@@ -710,6 +710,7 @@
 
 /* Functions in prefs.c */
 extern void debug_printf( char * fmt, ... );
+#define debug_print(x) debug_printf(x);
 extern void set_general_option(GtkWidget *, int *);
 extern void set_option(GtkWidget *, int *);
 extern void show_prefs();