Mercurial > pidgin
changeset 6314:2d3c3a0cb7b1
[gaim-migrate @ 6813]
Added #ifdef __cplusplus stuff to core.h
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 27 Jul 2003 09:49:21 +0000 |
parents | 18e965f3a4aa |
children | 9cbf27b02094 |
files | src/core.h |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/core.h Sun Jul 27 09:36:50 2003 +0000 +++ b/src/core.h Sun Jul 27 09:49:21 2003 +0000 @@ -34,6 +34,10 @@ } GaimCoreUiOps; +#ifdef __cplusplus +extern "C" { +#endif + /** * Initializes the core of gaim. * @@ -90,6 +94,10 @@ */ GaimCoreUiOps *gaim_get_core_ui_ops(void); +#ifdef __cplusplus +} +#endif + #endif /* _GAIM_CORE_H_ */ /*