X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-esp.h;h=7e2ad5300f476a4bcf4ce29bf2ffce34fd9b8644;hp=c1c7c568db75924d28a49c51e9217d1f3a9df5cc;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e diff --git a/include/prt-esp.h b/include/prt-esp.h index c1c7c56..7e2ad53 100644 --- a/include/prt-esp.h +++ b/include/prt-esp.h @@ -30,6 +30,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + typedef struct Z_OccurValues { int *start; @@ -134,4 +138,8 @@ typedef struct Z_Espec1 int z_Espec1(ODR o, Z_Espec1 **p, int opt); +#ifdef __cplusplus +} +#endif + #endif