X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-acc.h;h=fb8324cb582ecccdc96c501371e3dce627feed89;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hp=4b78e46bfbedafae25a38a25d984db15b8758b80;hpb=72592d242326dea9e05cae90d50348a2da0c0948;p=yaz-moved-to-github.git diff --git a/include/prt-acc.h b/include/prt-acc.h index 4b78e46..fb8324c 100644 --- a/include/prt-acc.h +++ b/include/prt-acc.h @@ -24,7 +24,13 @@ * OF THIS SOFTWARE. * * $Log: prt-acc.h,v $ - * Revision 1.2 1995-08-15 12:00:13 quinn + * Revision 1.4 1995-09-27 15:02:49 quinn + * Modified function heads & prototypes. + * + * Revision 1.3 1995/08/17 12:45:16 quinn + * Fixed minor problems with GRS-1. Added support in c&s. + * + * Revision 1.2 1995/08/15 12:00:13 quinn * Updated External * * Revision 1.1 1995/06/02 09:49:49 quinn @@ -33,6 +39,9 @@ * */ +#ifndef PRT_ACC_H +#define PRT_ACC_H + typedef struct Z_Encryption1 { Odr_oct *cryptType; /* OPTIONAL */ @@ -145,3 +154,7 @@ typedef struct Z_PromptObject1 Z_Response1 *response; } u; } Z_PromptObject1; + +int MDF z_PromptObject1(ODR o, Z_PromptObject1 **p, int opt); + +#endif