src/debug.h

changeset 13988
a178d3dcbb7f
parent 12323
f52908fb23b0
equal deleted inserted replaced
13987:b5b1db6007b0 13988:a178d3dcbb7f
46 * Debug UI operations. 46 * Debug UI operations.
47 */ 47 */
48 typedef struct 48 typedef struct
49 { 49 {
50 void (*print)(GaimDebugLevel level, const char *category, 50 void (*print)(GaimDebugLevel level, const char *category,
51 const char *format, va_list args); 51 const char *arg_s);
52 } GaimDebugUiOps; 52 } GaimDebugUiOps;
53 53
54 #ifdef __cplusplus 54 #ifdef __cplusplus
55 extern "C" { 55 extern "C" {
56 #endif 56 #endif

mercurial