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=88d26764ac94b4a2872c77e2deed58b15d2f6f02;hpb=4ae699c927bc26f3550d1a8ca911e8d1fe75dbfc 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