From a3e5a9ca169a8f4d13d82fe2673939a96e56ff62 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 23 Oct 2010 23:00:21 +0000 Subject: Sprinkle some C++ scoping around svn path=/trunk/hubbub/; revision=10901 --- include/hubbub/hubbub.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/hubbub/hubbub.h') diff --git a/include/hubbub/hubbub.h b/include/hubbub/hubbub.h index 7de7e5c..d6ddc01 100644 --- a/include/hubbub/hubbub.h +++ b/include/hubbub/hubbub.h @@ -8,6 +8,11 @@ #ifndef hubbub_h_ #define hubbub_h_ +#ifdef __cplusplus +extern "C" +{ +#endif + #include #include #include @@ -19,5 +24,9 @@ hubbub_error hubbub_initialise(const char *aliases_file, /* Clean up after Hubbub */ hubbub_error hubbub_finalise(hubbub_allocator_fn alloc, void *pw); +#ifdef __cplusplus +} +#endif + #endif -- cgit v1.2.3