diff -r cc4b9443deb9 -r 9ed4700451cc pidgin/gtkprivacy.h --- a/pidgin/gtkprivacy.h Wed Jun 19 18:55:03 2013 +0530 +++ b/pidgin/gtkprivacy.h Wed Jun 19 19:15:45 2013 +0530 @@ -26,7 +26,7 @@ #ifndef _PIDGINPRIVACY_H_ #define _PIDGINPRIVACY_H_ -#include "privacy.h" +#include "account.h" G_BEGIN_DECLS @@ -67,13 +67,6 @@ */ void pidgin_request_add_block(PurpleAccount *account, const char *name); -/** - * Returns the UI operations structure for the GTK+ privacy subsystem. - * - * @return The GTK+ UI privacy operations structure. - */ -PurplePrivacyUiOps *pidgin_privacy_get_ui_ops(void); - G_END_DECLS #endif /* _PIDGINPRIVACY_H_ */