diff pidgin/gtkcertmgr.h @ 32436:34f778db624f

Add G_BEGIN/END_DECLS to Pidgin public headers, most of which did not have these checks.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 04 Jan 2012 00:00:42 +0000
parents 44b4e8bd759b
children
line wrap: on
line diff
--- a/pidgin/gtkcertmgr.h	Tue Jan 03 23:37:11 2012 +0000
+++ b/pidgin/gtkcertmgr.h	Wed Jan 04 00:00:42 2012 +0000
@@ -43,6 +43,8 @@
 	gchar *label;
 };
 
+G_BEGIN_DECLS
+
 /**************************************************************************/
 /** @name Certificate Manager API                                         */
 /**************************************************************************/
@@ -59,4 +61,6 @@
 
 /*@}*/
 
+G_END_DECLS
+
 #endif /* _PIDGINCERTMGR_H_ */