X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fproto.h;h=f19cfc6e6980d8a6f0dbf063525fbce3541b11d4;hp=2a323faba74a1be4526e92866cd86d77ddba1407;hb=4ed0df89283b51f12daddfcce1eff246e6962a08;hpb=abda0ffc1ac8fca34535f39c6581ed16e70e15f9 diff --git a/include/proto.h b/include/proto.h index 2a323fa..f19cfc6 100644 --- a/include/proto.h +++ b/include/proto.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: proto.h,v $ - * Revision 1.35 1996-06-10 08:57:38 quinn + * 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 @@ -1029,10 +1032,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;