X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-exd.h;h=48ea85dfb44e8043d9386b7c3ae702b57f8cefdd;hp=0b8bdcefe5d89dfad90200af71a8d9ced2685c14;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e diff --git a/include/prt-exd.h b/include/prt-exd.h index 0b8bdce..48ea85d 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; @@ -254,4 +258,8 @@ typedef struct Z_IUUpdate int z_IUUpdate(ODR o, Z_IUUpdate **p, int opt); +#ifdef __cplusplus +} +#endif + #endif