X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fproto.h;h=59f0dc1a825bcbb40a058e00f4b270cd4e007f10;hb=88d26764ac94b4a2872c77e2deed58b15d2f6f02;hp=2a323faba74a1be4526e92866cd86d77ddba1407;hpb=5fe647af23484842955ab7a7e26d0ab34e3c2b1c;p=yaz-moved-to-github.git diff --git a/include/proto.h b/include/proto.h index 2a323fa..59f0dc1 100644 --- a/include/proto.h +++ b/include/proto.h @@ -24,7 +24,19 @@ * OF THIS SOFTWARE. * * $Log: proto.h,v $ - * Revision 1.35 1996-06-10 08:57:38 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 * Added OPAC, ResourceReport * * Revision 1.34 1996/06/10 08:55:36 quinn @@ -172,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 @@ -1029,10 +1045,10 @@ typedef struct Z_DeleteResultSetResponse Z_ReferenceId *referenceId; /* OPTIONAL */ int *deleteOperationStatus; int num_statuses; - Z_ListStatus *deleteListStatuses; /* OPTIONAL */ + Z_ListStatus **deleteListStatuses; /* OPTIONAL */ int *numberNotDeleted; /* OPTIONAL */ int num_bulkStatuses; - Z_ListStatus *bulkStatuses; /* OPTIONAL */ + Z_ListStatus **bulkStatuses; /* OPTIONAL */ char *deleteMessage; /* OPTIONAL */ #ifdef Z_95 Z_OtherInformation *otherInfo; @@ -1344,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 @@ -1353,6 +1374,7 @@ Z_APDU *zget_APDU(ODR o, int which); #include #include #include +#include #include