X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-rsc.h;fp=include%2Fprt-rsc.h;h=2796bc36a1adca0c41f20f2b0e844fb730446091;hp=5199e4444632230431e96992536a173b1e81a1ca;hb=11fc1fa1b5e4b75942018efe466dbfdb41454077;hpb=e02b5659eaac4f86f7bf97779a5f0dcf9f6bf86a diff --git a/include/prt-rsc.h b/include/prt-rsc.h index 5199e44..2796bc3 100644 --- a/include/prt-rsc.h +++ b/include/prt-rsc.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: prt-rsc.h,v $ - * Revision 1.2 1995-06-02 09:49:50 quinn + * Revision 1.3 1995-08-17 12:45:17 quinn + * Fixed minor problems with GRS-1. Added support in c&s. + * + * Revision 1.2 1995/06/02 09:49:50 quinn * Add access control * * Revision 1.1 1995/06/01 11:24:52 quinn @@ -69,6 +72,8 @@ typedef struct Z_ResourceReport1 char *message; } Z_ResourceReport1; +int z_ResourceReport1(ODR o, Z_ResourceReport1 **p, int opt); + /* -------------------- Resource-2 -------------------- */ typedef struct Z_Estimate2 @@ -84,4 +89,6 @@ typedef struct Z_ResourceReport2 char *message; /* OPTIONAL */ } Z_ResourceReport2; +int z_ResourceReport2(ODR o, Z_ResourceReport2 **p, int opt); + #endif