X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-exp.h;h=f84b9c5bc0f348a0c45d782e3e9ab74d87993dbc;hp=c442fb7c69d565948a39b5539cfa199500f2d264;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hpb=a8f0f1b7224655f2546b71608dbe8520ebc4f254 diff --git a/include/prt-exp.h b/include/prt-exp.h index c442fb7..f84b9c5 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 { @@ -1011,4 +1015,6 @@ typedef struct Z_ExplainRecord } u; } Z_ExplainRecord; -int z_ExplainRecord(ODR o, Z_ExplainRecord **p, int opt); +int MDF z_ExplainRecord(ODR o, Z_ExplainRecord **p, int opt); + +#endif