From: scottmk Date: Thu, 8 Jan 2009 21:11:28 +0000 (+0000) Subject: Prepare for #inclusion in C++ X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5327c5d962d9dc31f153ee2929c37318d6003fc7;p=opensrf%2Fbjwebb.git Prepare for #inclusion in C++ git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1601 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/include/opensrf/osrf_hash.h b/include/opensrf/osrf_hash.h index 544805a..47b9735 100644 --- a/include/opensrf/osrf_hash.h +++ b/include/opensrf/osrf_hash.h @@ -5,6 +5,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + struct _osrfHashStruct; typedef struct _osrfHashStruct osrfHash; @@ -83,4 +87,8 @@ void osrfHashIteratorFree( osrfHashIterator* itr ); void osrfHashIteratorReset( osrfHashIterator* itr ); +#ifdef __cplusplus +} +#endif + #endif