X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-rsc.h;h=1fff481018134238c119f0524ee836a1949f9812;hb=0a159e0b47088801788dc3a90b79f6d5e964ea1f;hp=5199e4444632230431e96992536a173b1e81a1ca;hpb=101d89d1a26a27c93115a68af84e9c72beb1abd6;p=yaz-moved-to-github.git diff --git a/include/prt-rsc.h b/include/prt-rsc.h index 5199e44..1fff481 100644 --- a/include/prt-rsc.h +++ b/include/prt-rsc.h @@ -24,7 +24,16 @@ * OF THIS SOFTWARE. * * $Log: prt-rsc.h,v $ - * Revision 1.2 1995-06-02 09:49:50 quinn + * Revision 1.5 1995-09-29 17:12:11 quinn + * Smallish + * + * Revision 1.4 1995/09/27 15:02:52 quinn + * Modified function heads & prototypes. + * + * 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 @@ -36,6 +45,8 @@ #ifndef PRT_RSC_H #define PRT_RSC_H +#include + /* -------------------- Resource-1 -------------------- */ #define Z_EstimateType_currentSearchRecords 1 @@ -69,6 +80,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 +97,6 @@ typedef struct Z_ResourceReport2 char *message; /* OPTIONAL */ } Z_ResourceReport2; +int z_ResourceReport2(ODR o, Z_ResourceReport2 **p, int opt); + #endif