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