From: scottmk Date: Thu, 8 Jan 2009 22:37:32 +0000 (+0000) Subject: Prepare for #inclusion in C++ X-Git-Tag: osrf_rel_2_0_1~432 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=385612e50fdbcf6bef54e500bf073d722d64de36;p=OpenSRF.git Prepare for #inclusion in C++ git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1612 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/include/opensrf/transport_client.h b/include/opensrf/transport_client.h index 924605f..2bd7605 100644 --- a/include/opensrf/transport_client.h +++ b/include/opensrf/transport_client.h @@ -6,6 +6,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + struct message_list_struct; // --------------------------------------------------------------------------- @@ -65,5 +69,8 @@ int client_connected( const transport_client* client ); // --------------------------------------------------------------------------- transport_message* client_recv( transport_client* client, int timeout ); +#ifdef __cplusplus +} +#endif #endif