X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-exp.h;h=891082926afd9aebcc100e852854bc603b857f93;hb=8d84b94601b2be119f2a2d511b268a6123e4aaf9;hp=c442fb7c69d565948a39b5539cfa199500f2d264;hpb=a8f0f1b7224655f2546b71608dbe8520ebc4f254;p=yaz-moved-to-github.git diff --git a/include/prt-exp.h b/include/prt-exp.h index c442fb7..8910829 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 { @@ -1012,3 +1016,5 @@ typedef struct Z_ExplainRecord } Z_ExplainRecord; int z_ExplainRecord(ODR o, Z_ExplainRecord **p, int opt); + +#endif