X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-acc.h;h=23b19871d973dc99d5b5243a4a17788c5d235211;hb=3ffa5dbc563e15bccb012f3d3d00a993f87ace82;hp=999a43021eddd38ac35529e879eeafa7da11f513;hpb=11fc1fa1b5e4b75942018efe466dbfdb41454077;p=yaz-moved-to-github.git diff --git a/include/prt-acc.h b/include/prt-acc.h index 999a430..23b1987 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.3 1995-08-17 12:45:16 quinn + * Revision 1.5 1995-09-29 17:12:09 quinn + * Smallish + * + * 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 +42,9 @@ * */ +#ifndef PRT_ACC_H +#define PRT_ACC_H + typedef struct Z_Encryption1 { Odr_oct *cryptType; /* OPTIONAL */ @@ -150,3 +159,5 @@ typedef struct Z_PromptObject1 } Z_PromptObject1; int z_PromptObject1(ODR o, Z_PromptObject1 **p, int opt); + +#endif