summaryrefslogtreecommitdiff
path: root/pidgin/gtkprivacy.h
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2012-07-22 19:57:09 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2012-07-22 19:57:09 -0400
commitc2d77f594c2223750f9f99463405d0af116e7817 (patch)
tree96b1dedca6ea14d136d4f11fb143561ec8ee35dc /pidgin/gtkprivacy.h
parent04d2d08a1f3390a1c07db7136e7f4cc1d5e25f7b (diff)
parentca4fd42d3b6aa5c0943b10088d9002f32ccee7d3 (diff)
downloadpidgin-c2d77f594c2223750f9f99463405d0af116e7817.tar.gz
Merge with release-2.x.y.
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_ */