X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-rsc.h;h=5cc2e6124d8d8cb924a1942fa08d19740631e905;hb=28231d4c83085109d800c6689ae778cc041c51e7;hp=1fff481018134238c119f0524ee836a1949f9812;hpb=63cafe41a93427118959a74201b3e331169a71d9;p=yaz-moved-to-github.git diff --git a/include/prt-rsc.h b/include/prt-rsc.h index 1fff481..5cc2e61 100644 --- a/include/prt-rsc.h +++ b/include/prt-rsc.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: prt-rsc.h,v $ - * Revision 1.5 1995-09-29 17:12:11 quinn + * Revision 1.6 1997-05-14 06:53:50 adam + * C++ support. + * + * Revision 1.5 1995/09/29 17:12:11 quinn * Smallish * * Revision 1.4 1995/09/27 15:02:52 quinn @@ -47,6 +50,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + /* -------------------- Resource-1 -------------------- */ #define Z_EstimateType_currentSearchRecords 1 @@ -99,4 +106,8 @@ typedef struct Z_ResourceReport2 int z_ResourceReport2(ODR o, Z_ResourceReport2 **p, int opt); +#ifdef __cplusplus +} +#endif + #endif