X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fproto.h;h=60d3ec7e61cad182e56fa548e3594040dcfa4f5d;hp=fcda11bf2a42270e4f548d289e13e4d2a0345d95;hb=5ee6205eb9bac20f3c6d033ff5926a7c1786a882;hpb=97193c4445d3dca23f65c4b517801f148da5a512 diff --git a/include/yaz/proto.h b/include/yaz/proto.h index fcda11b..60d3ec7 100644 --- a/include/yaz/proto.h +++ b/include/yaz/proto.h @@ -44,6 +44,7 @@ #include #include #include +#include #include #include #include @@ -130,7 +131,6 @@ typedef Z_External Z_DatabaseRecord; typedef struct Z_IOItemOrder Z_ItemOrder; YAZ_EXPORT Z_APDU *zget_APDU(ODR o, int which); -YAZ_EXPORT Z_Close *zget_Close (ODR o); /** \brief Performs "pretty" display of GRS-1 record to WRBUF */ YAZ_EXPORT void yaz_display_grs1(WRBUF wrbuf, Z_GenericRecord *r, int flags);