1 #ifndef PE_BLIST_H
2 #define PE_BLIST_H
3 
4 #include <gdk/gdk.h>
5 #include <gtk/gtkplug.h>
6 
7 #include <gtkplugin.h>
8 #include <blist.h>
9 
10 #include "pidgin-encryption-config.h"
11 
12 void PE_buddy_menu_cb(PurpleBlistNode* node, GList **menu, void* data);
13 
14 gboolean PE_get_buddy_default_autoencrypt(const PurpleAccount* account, const char* buddyname);
15 
16 #endif
17