X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fprt-grs.h;h=e6ad783bff911216d8f5ce85655ec237849318fd;hb=8d84b94601b2be119f2a2d511b268a6123e4aaf9;hp=d80ad09d073a866ffc480dd2cd7c8bcc6ba0e17e;hpb=1c2df7a209b83db0b04700abff3512c0abf5d967;p=yaz-moved-to-github.git diff --git a/include/prt-grs.h b/include/prt-grs.h index d80ad09..e6ad783 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; @@ -170,3 +175,6 @@ struct Z_GenericRecord }; int z_GenericRecord(ODR o, Z_GenericRecord **p, int opt); +int z_Variant(ODR o, Z_Variant **p, int opt); + +#endif