X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-exd.h;h=a25feb2e1a13fc9a548bd14fc08198d59245d083;hp=c13fe149da938dba12db57cf2779064ad5bfb0e0;hb=63cafe41a93427118959a74201b3e331169a71d9;hpb=9d5b598c238693453bf2c7688374af1d940ce834 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