From afc825941830e51013024cda79f278b285a7428a Mon Sep 17 00:00:00 2001 From: scottmk Date: Thu, 8 Jan 2009 20:08:05 +0000 Subject: [PATCH] Prepare for #inclusion in C++ git-svn-id: svn://svn.open-ils.org/ILS/trunk@11771 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/include/openils/oils_event.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.11.0