X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-ext.h;h=30b25412b11bddd58d52091964bf9fea1927e9a3;hp=5fb4729f288b68966a43a3e0324a3c0eb955a5ff;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e diff --git a/include/prt-ext.h b/include/prt-ext.h index 5fb4729..30b2541 100644 --- a/include/prt-ext.h +++ b/include/prt-ext.h @@ -34,6 +34,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + /* * Used to keep track of known External definitions (a loose approach * to DEFINED_BY). @@ -98,4 +102,8 @@ struct Z_External int z_External(ODR o, Z_External **p, int opt); Z_ext_typeent *z_ext_getentbyref(oid_value val); +#ifdef __cplusplus +} +#endif + #endif