X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-grs.h;h=75f83dd2e259c52fa8f5c97fe0fe5cc77b7ad825;hp=d80ad09d073a866ffc480dd2cd7c8bcc6ba0e17e;hb=657fb99115b87a5244e9a33bbe4ca3d9d18849c4;hpb=1c2df7a209b83db0b04700abff3512c0abf5d967 diff --git a/include/prt-grs.h b/include/prt-grs.h index d80ad09..75f83dd 100644 --- a/include/prt-grs.h +++ b/include/prt-grs.h @@ -25,6 +25,11 @@ * */ +#ifndef PRT_GRS_H +#define PRT_GRS_H + +#include + struct Z_GenericRecord; typedef struct Z_GenericRecord Z_GenericRecord; @@ -169,4 +174,6 @@ struct Z_GenericRecord Z_TaggedElement **elements; }; -int z_GenericRecord(ODR o, Z_GenericRecord **p, int opt); +int MDF z_GenericRecord(ODR o, Z_GenericRecord **p, int opt); + +#endif