X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fproto.h;h=59f0dc1a825bcbb40a058e00f4b270cd4e007f10;hb=a00dfa73d5d3796f8048f2134fec2685b62e2658;hp=112e839bc3c567a11b13b19c8b20556b0b6fad71;hpb=1318fabb307dce513479df1890cac2f20cddda45;p=yaz-moved-to-github.git diff --git a/include/proto.h b/include/proto.h index 112e839..59f0dc1 100644 --- a/include/proto.h +++ b/include/proto.h @@ -24,7 +24,13 @@ * OF THIS SOFTWARE. * * $Log: proto.h,v $ - * Revision 1.37 1996-10-09 15:54:58 quinn + * Revision 1.39 1997-05-14 06:53:44 adam + * C++ support. + * + * Revision 1.38 1997/04/30 08:52:09 quinn + * Null + * + * Revision 1.37 1996/10/09 15:54:58 quinn * Added SearchInfoReport * * Revision 1.36 1996/10/07 15:29:20 quinn @@ -178,6 +184,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + /* * Because we didn't have time to put all of the extra v3 elements in here * before the first applications were written, we have to place them @@ -1352,6 +1362,10 @@ int z_DefaultDiagFormat(ODR o, Z_DefaultDiagFormat **p, int opt); Z_APDU *zget_APDU(ODR o, int which); int z_Query(ODR o, Z_Query **p, int opt); +#ifdef __cplusplus +} +#endif + #include #include #include