00001 00025 #ifndef _PIDGINDEBUG_H_ 00026 #define _PIDGINDEBUG_H_ 00027 00028 #include "debug.h" 00029 00033 void pidgin_debug_init(void); 00034 00038 void pidgin_debug_uninit(void); 00039 00045 void *pidgin_debug_get_handle(void); 00046 00050 void pidgin_debug_window_show(void); 00051 00055 void pidgin_debug_window_hide(void); 00056 00062 PurpleDebugUiOps *pidgin_debug_get_ui_ops(void); 00063 00064 #endif /* _PIDGINDEBUG_H_ */