From: scottmk Date: Thu, 8 Jan 2009 22:13:09 +0000 (+0000) Subject: Prepare for #inclusion in C++ X-Git-Tag: osrf_rel_2_0_1~435 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=915f0151c9ccdc0fcef0c5f2eb358ab56256f67e;p=OpenSRF.git Prepare for #inclusion in C++ git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1609 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/include/opensrf/osrf_stack.h b/include/opensrf/osrf_stack.h index a898751..c3a14d6 100644 --- a/include/opensrf/osrf_stack.h +++ b/include/opensrf/osrf_stack.h @@ -5,7 +5,15 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + osrfAppSession* osrf_stack_transport_handler( transport_message* msg, const char* my_service ); +#ifdef __cplusplus +} +#endif + #endif