From 8923c0823761814f6a3120a10d5da3bdd8c3dda7 Mon Sep 17 00:00:00 2001 From: scottmk Date: Thu, 8 Jan 2009 21:51:50 +0000 Subject: [PATCH] Prepare for #inclusion in C++ git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1606 9efc2488-bf62-4759-914b-345cdb29e865 --- include/opensrf/osrf_prefork.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.43.2