00001 00025 #ifndef _PIDGINPOUNCE_H_ 00026 #define _PIDGINPOUNCE_H_ 00027 00028 #include "pounce.h" 00029 00037 void pidgin_pounce_editor_show(PurpleAccount *account, const char *name, 00038 PurplePounce *cur_pounce); 00039 00043 void pidgin_pounces_manager_show(void); 00044 00048 void pidgin_pounces_manager_hide(void); 00049 00055 void *pidgin_pounces_get_handle(void); 00056 00060 void pidgin_pounces_init(void); 00061 00062 #endif /* _PIDGINPOUNCE_H_ */