diff -r b5b1db6007b0 -r a178d3dcbb7f src/debug.h --- a/src/debug.h Thu Jul 06 08:24:26 2006 +0000 +++ b/src/debug.h Thu Jul 06 09:21:57 2006 +0000 @@ -48,7 +48,7 @@ typedef struct { void (*print)(GaimDebugLevel level, const char *category, - const char *format, va_list args); + const char *arg_s); } GaimDebugUiOps; #ifdef __cplusplus