X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=asn%2Fprt-rsc.c;h=efec5e4705af07f2c396db8f2d21b1bae130aee9;hp=5b7eb1760a2bdfdcf73fcdafa7fbc059a9653a87;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hpb=f305305306da9af74ed6c559f2b06353fd5a7c82 diff --git a/asn/prt-rsc.c b/asn/prt-rsc.c index 5b7eb17..efec5e4 100644 --- a/asn/prt-rsc.c +++ b/asn/prt-rsc.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: prt-rsc.c,v $ - * Revision 1.3 1995-06-02 09:49:15 quinn + * Revision 1.4 1995-09-27 15:02:43 quinn + * Modified function heads & prototypes. + * + * Revision 1.3 1995/06/02 09:49:15 quinn * Adding access control * * Revision 1.2 1995/06/01 14:34:53 quinn @@ -31,7 +34,7 @@ int z_Estimate1(ODR o, Z_Estimate1 **p, int opt) odr_sequence_end(o); } -int z_ResourceReport1(ODR o, Z_ResourceReport1 **p, int opt) +int MDF z_ResourceReport1(ODR o, Z_ResourceReport1 **p, int opt) { if (!odr_sequence_begin(o, p, sizeof(**p))) return opt && odr_ok(o); @@ -58,7 +61,7 @@ int z_Estimate2(ODR o, Z_Estimate2 **p, int opt) odr_sequence_end(o); } -int z_ResourceReport2(ODR o, Z_ResourceReport2 **p, int opt) +int MDF z_ResourceReport2(ODR o, Z_ResourceReport2 **p, int opt) { if (!odr_sequence_begin(o, p, sizeof(**p))) return opt && odr_ok(o);