Added #ifdef __cplusplus extern "C" stuff to keyring.h soc.2008.masterpassword

Wed, 27 Aug 2008 09:54:49 +0000

author
Vivien Bernet-Rollande <scrouaf@soc.pidgin.im>
date
Wed, 27 Aug 2008 09:54:49 +0000
branch
soc.2008.masterpassword
changeset 34011
6ae90dd5a3b8
parent 34010
cd639f4079d3
child 34012
43d0c66ef588

Added #ifdef __cplusplus extern "C" stuff to keyring.h

libpurple/keyring.h file | annotate | diff | comparison | revisions
--- a/libpurple/keyring.h	Wed Aug 27 09:52:21 2008 +0000
+++ b/libpurple/keyring.h	Wed Aug 27 09:54:49 2008 +0000
@@ -209,6 +209,9 @@
 
 /*@}*/
 
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 /***************************************/
 /** @name Keyring API                  */
@@ -458,5 +461,8 @@
 	ERR_UNKNOWN		/**< unknown error */
 };
 
+#ifdef __cplusplus
+}
+#endif
 /*}@*/
 #endif /* _PURPLE_KEYRING_H_ */

mercurial