X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-exd.h;h=47a1754e7f2a9d88dbc108ebfc91fa282fec8e95;hp=0b8bdcefe5d89dfad90200af71a8d9ced2685c14;hb=46ed30d0d83dd1b21e58a4db365a60aefaa5aad8;hpb=f8ec9ce4a0624d49be64a0cce115846155b79e42 diff --git a/include/prt-exd.h b/include/prt-exd.h index 0b8bdce..47a1754 100644 --- a/include/prt-exd.h +++ b/include/prt-exd.h @@ -30,6 +30,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + typedef struct Z_TaskPackage { Odr_oid *packageType; @@ -252,6 +256,10 @@ typedef struct Z_IUUpdate } u; } Z_IUUpdate; -int z_IUUpdate(ODR o, Z_IUUpdate **p, int opt); +YAZ_EXPORT int z_IUUpdate(ODR o, Z_IUUpdate **p, int opt); + +#ifdef __cplusplus +} +#endif #endif