X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-acc.h;h=fb8324cb582ecccdc96c501371e3dce627feed89;hp=999a43021eddd38ac35529e879eeafa7da11f513;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hpb=f305305306da9af74ed6c559f2b06353fd5a7c82 diff --git a/include/prt-acc.h b/include/prt-acc.h index 999a430..fb8324c 100644 --- a/include/prt-acc.h +++ b/include/prt-acc.h @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: prt-acc.h,v $ - * Revision 1.3 1995-08-17 12:45:16 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 @@ -36,6 +39,9 @@ * */ +#ifndef PRT_ACC_H +#define PRT_ACC_H + typedef struct Z_Encryption1 { Odr_oct *cryptType; /* OPTIONAL */ @@ -149,4 +155,6 @@ typedef struct Z_PromptObject1 } u; } Z_PromptObject1; -int z_PromptObject1(ODR o, Z_PromptObject1 **p, int opt); +int MDF z_PromptObject1(ODR o, Z_PromptObject1 **p, int opt); + +#endif