From: scottmk Date: Thu, 8 Jan 2009 22:18:16 +0000 (+0000) Subject: Prepare for #inclusion in C++ X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f2dc081517c692c891ec4ed0396df23f7376ff95;p=opensrf%2Fbjwebb.git Prepare for #inclusion in C++ git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1610 9efc2488-bf62-4759-914b-345cdb29e865 --- 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