From: scottmk Date: Thu, 8 Jan 2009 20:08:05 +0000 (+0000) Subject: Prepare for #inclusion in C++ X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=afc825941830e51013024cda79f278b285a7428a;p=Evergreen.git Prepare for #inclusion in C++ git-svn-id: svn://svn.open-ils.org/ILS/trunk@11771 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/include/openils/oils_event.h b/Open-ILS/include/openils/oils_event.h index 273c36d3d9..ccfe4aba9f 100644 --- a/Open-ILS/include/openils/oils_event.h +++ b/Open-ILS/include/openils/oils_event.h @@ -5,6 +5,9 @@ #include "opensrf/log.h" #include "opensrf/osrf_hash.h" +#ifdef __cplusplus +extern "C" { +#endif /* OILS Event structure */ struct _oilsEventStruct { @@ -53,6 +56,8 @@ jsonObject* oilsEventToJSON( oilsEvent* event ); /* Frees an event object */ void oilsEventFree( oilsEvent* event ); - +#ifdef __cplusplus +} +#endif #endif