Wed, 27 Aug 2008 09:54:49 +0000
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_ */