X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fproto.h;h=59f0dc1a825bcbb40a058e00f4b270cd4e007f10;hb=a00dfa73d5d3796f8048f2134fec2685b62e2658;hp=f19cfc6e6980d8a6f0dbf063525fbce3541b11d4;hpb=4ed0df89283b51f12daddfcce1eff246e6962a08;p=yaz-moved-to-github.git diff --git a/include/proto.h b/include/proto.h index f19cfc6..59f0dc1 100644 --- a/include/proto.h +++ b/include/proto.h @@ -24,7 +24,16 @@ * OF THIS SOFTWARE. * * $Log: proto.h,v $ - * Revision 1.36 1996-10-07 15:29:20 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 * Added SOIF support * * Revision 1.35 1996/06/10 08:57:38 quinn @@ -175,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 @@ -1347,6 +1360,11 @@ int z_DiagRec(ODR o, Z_DiagRec **p, int opt); int z_AttributeList(ODR o, Z_AttributeList **p, int opt); 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 @@ -1356,6 +1374,7 @@ Z_APDU *zget_APDU(ODR o, int which); #include #include #include +#include #include