comparison pidgin/plugins/perl/common/GtkBlist.xs @ 32331:6af7a00a6658

Fix compilation of perl plugin. I guess this code doesn't rebuild correctly if the headers it uses change
author Mark Doliner <mark@kingant.net>
date Sun, 21 Aug 2011 08:03:38 +0000
parents e622745f6f42
children
comparison
equal deleted inserted replaced
32330:a5b556ac1de5 32331:6af7a00a6658
67 gboolean 67 gboolean
68 pidgin_blist_joinchat_is_showable() 68 pidgin_blist_joinchat_is_showable()
69 69
70 void 70 void
71 pidgin_blist_joinchat_show() 71 pidgin_blist_joinchat_show()
72
73 void
74 pidgin_blist_update_account_error_state(account, message)
75 Purple::Account account
76 const char * message