Prepare for #inclusion in C++
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 8 Jan 2009 21:51:50 +0000 (21:51 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 8 Jan 2009 21:51:50 +0000 (21:51 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1606 9efc2488-bf62-4759-914b-345cdb29e865

include/opensrf/osrf_prefork.h

index a314da9..bde5395 100644 (file)
@@ -17,6 +17,9 @@
 #include <opensrf/osrf_settings.h>
 #include <opensrf/osrfConfig.h>
 
+#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