00001 00025 #ifndef _GNT_DEBUG_H 00026 #define _GNT_DEBUG_H 00027 00028 #include "debug.h" 00029 00030 /********************************************************************** 00031 * @name GNT Debug API 00032 **********************************************************************/ 00040 PurpleDebugUiOps *finch_debug_get_ui_ops(void); 00041 00045 void finch_debug_init(void); 00046 00050 void finch_debug_uninit(void); 00051 00055 void finch_debug_window_show(void); 00056 00059 #endif