X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fproto.h;h=ec99207df31109e9ef1b6168085437b9df3875fc;hb=c70f63352bac2f0bfdcc3078d69f43adbcc7ad2d;hp=62fdd3141df2bb6343768dcfa34e037b68f08f62;hpb=1110373102ed65ffcaa5384aa0514516b162c543;p=yaz-moved-to-github.git diff --git a/include/proto.h b/include/proto.h index 62fdd31..ec99207 100644 --- a/include/proto.h +++ b/include/proto.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: proto.h,v $ - * Revision 1.18 1995-06-16 13:16:05 quinn + * Revision 1.19 1995-06-19 12:38:28 quinn + * Reorganized include-files. Added small features. + * + * Revision 1.18 1995/06/16 13:16:05 quinn * Fixed Defaultdiagformat. * * Revision 1.17 1995/06/15 15:42:05 quinn @@ -196,6 +199,8 @@ typedef struct Z_IntUnit Z_Unit *unitUsed; } Z_IntUnit; +typedef Odr_oct Z_SUTRS; + /* ----------------- INIT SERVICE ----------------*/ typedef struct @@ -1047,6 +1052,7 @@ typedef struct Z_APDU } Z_APDU; int z_APDU(ODR o, Z_APDU **p, int opt); +int z_SUTRS(ODR o, Odr_oct **p, int opt); Z_InitRequest *zget_InitRequest(ODR o); Z_InitResponse *zget_InitResponse(ODR o);