From: scottmk Date: Thu, 8 Jan 2009 21:51:50 +0000 (+0000) Subject: Prepare for #inclusion in C++ X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8923c0823761814f6a3120a10d5da3bdd8c3dda7;p=opensrf%2Fbjwebb.git Prepare for #inclusion in C++ git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1606 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/include/opensrf/osrf_prefork.h b/include/opensrf/osrf_prefork.h index a314da9..bde5395 100644 --- a/include/opensrf/osrf_prefork.h +++ b/include/opensrf/osrf_prefork.h @@ -17,6 +17,9 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif /* we receive data. we find the next child in line that is available. pass the data down that childs pipe and go @@ -31,4 +34,8 @@ int osrf_prefork_run(const char* appname); +#ifdef __cplusplus +} +#endif + #endif