From f2dc081517c692c891ec4ed0396df23f7376ff95 Mon Sep 17 00:00:00 2001 From: scottmk Date: Thu, 8 Jan 2009 22:18:16 +0000 Subject: [PATCH] Prepare for #inclusion in C++ git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1610 9efc2488-bf62-4759-914b-345cdb29e865 --- include/opensrf/osrf_system.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/opensrf/osrf_system.h b/include/opensrf/osrf_system.h index 3272309..7c2a209 100644 --- a/include/opensrf/osrf_system.h +++ b/include/opensrf/osrf_system.h @@ -8,7 +8,9 @@ #include #include - +#ifdef __cplusplus +extern "C" { +#endif /** Connects to jabber. Returns 1 on success, 0 on failure contextnode is the location in the config file where we collect config info @@ -57,4 +59,8 @@ void osrfSystemIgnoreTransportClient(); /** Initialize the cache connection */ int osrfSystemInitCache(void); +#ifdef __cplusplus +} +#endif + #endif -- 2.11.0