console/gntdebug.h

changeset 14260
a21577fbb4d2
parent 14086
732c14687955
child 14620
90d599495d65
equal deleted inserted replaced
14259:9e8daf211e10 14260:a21577fbb4d2
1 #ifndef _GNT_DEBUG_H
2 #define _GNT_DEBUG_H
3
1 #include "debug.h" 4 #include "debug.h"
2 5
3 GaimDebugUiOps *gg_debug_get_ui_ops(); 6 GaimDebugUiOps *gg_debug_get_ui_ops(void);
4 7
5 void gg_debug_init(); 8 void gg_debug_init(void);
6 9
7 void gg_debug_uninit(); 10 void gg_debug_uninit(void);
8 11
9 void gg_debug_window_show(); 12 void gg_debug_window_show(void);
13
14 #endif

mercurial