X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-exd.h;h=a25feb2e1a13fc9a548bd14fc08198d59245d083;hb=8d84b94601b2be119f2a2d511b268a6123e4aaf9;hp=c13fe149da938dba12db57cf2779064ad5bfb0e0;hpb=9d5b598c238693453bf2c7688374af1d940ce834;p=yaz-moved-to-github.git diff --git a/include/prt-exd.h b/include/prt-exd.h index c13fe14..a25feb2 100644 --- a/include/prt-exd.h +++ b/include/prt-exd.h @@ -25,6 +25,11 @@ * */ +#ifndef PRT_EXD_H +#define PRT_EXD_H + +#include + typedef struct Z_TaskPackage { Odr_oid *packageType; @@ -143,3 +148,5 @@ typedef struct Z_ItemOrder } Z_ItemOrder; int z_ItemOrder(ODR o, Z_ItemOrder **p, int opt); + +#endif