Tue, 30 May 2017 21:17:24 -0500
Remove deprecated prpl files which snuck in during a merge.
This patch removes the MSN, MXit, and Yahoo files and fixes one other,
minor change that snuck in when merging 2.12 into the 3.0 branch. Doing
so also fixes `make check` which was getting confused by some unknown
files (now removed) it wasn't expecting for translations.
#include "gtkmodule.h" MODULE = Pidgin::Privacy PACKAGE = Pidgin::Privacy PREFIX = pidgin_ PROTOTYPES: ENABLE void pidgin_request_add_permit(account, name) Purple::Account account const char * name void pidgin_request_add_block(account, name) Purple::Account account const char * name MODULE = Pidgin::Privacy PACKAGE = Pidgin::Privacy::Dialog PREFIX = pidgin_privacy_dialog_ PROTOTYPES: ENABLE void pidgin_privacy_dialog_show() void pidgin_privacy_dialog_hide()