X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-exp.h;h=eda1d9b6686408405e7802fe72fb1c9f247acc9c;hb=3daec0c0ae02f6dffeb98fec83913c50de670510;hp=c442fb7c69d565948a39b5539cfa199500f2d264;hpb=a8f0f1b7224655f2546b71608dbe8520ebc4f254;p=yaz-moved-to-github.git diff --git a/include/prt-exp.h b/include/prt-exp.h index c442fb7..eda1d9b 100644 --- a/include/prt-exp.h +++ b/include/prt-exp.h @@ -25,6 +25,10 @@ * */ +#ifndef PRT_EXP_H +#define PRT_EXP_H + +#include typedef struct Z_CommonInfo { @@ -205,7 +209,7 @@ typedef struct Z_AccessRestrictionsUnit #define Z_AccessRestrictions_present 2 #define Z_AccessRestrictions_specific_elements 3 #define Z_AccessRestrictions_extended_services 4 -#define Z_AccessRestrictions_by database 5 +#define Z_AccessRestrictions_by_database 5 Z_HumanString *accessText; /* OPTIONAL */ int num_accessChallenges; Odr_oid **accessChallenges; /* OPTIONAL */ @@ -1012,3 +1016,5 @@ typedef struct Z_ExplainRecord } Z_ExplainRecord; int z_ExplainRecord(ODR o, Z_ExplainRecord **p, int opt); + +#endif