summaryrefslogtreecommitdiff
path: root/pidgin/gtkprivacy.h
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/gtkprivacy.h')
-rw-r--r--pidgin/gtkprivacy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pidgin/gtkprivacy.h b/pidgin/gtkprivacy.h
index 0be6a05483..6ee81a4745 100644
--- a/pidgin/gtkprivacy.h
+++ b/pidgin/gtkprivacy.h
@@ -28,6 +28,8 @@
#include "privacy.h"
+G_BEGIN_DECLS
+
/**
* Initializes the GTK+ privacy subsystem.
*/
@@ -72,4 +74,6 @@ void pidgin_request_add_block(PurpleAccount *account, const char *name);
*/
PurplePrivacyUiOps *pidgin_privacy_get_ui_ops(void);
+G_END_DECLS
+
#endif /* _PIDGINPRIVACY_H_ */