X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fproto.h;h=5023c1513b4e8732cefb378ca848054c5c98d3bb;hb=cdf3162d32f13fd58d0b7fb06b3252bab2bc78ad;hp=cf3858b1dce713a42b9f65cf5084e0d5a9514db8;hpb=4d531a1a9131d69c3b6c27fbac42837e22cff61c;p=yaz-moved-to-github.git diff --git a/include/yaz/proto.h b/include/yaz/proto.h index cf3858b..5023c15 100644 --- a/include/yaz/proto.h +++ b/include/yaz/proto.h @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: proto.h,v 1.6 2003-01-06 08:20:27 adam Exp $ + * $Id: proto.h,v 1.11 2003-07-18 19:54:30 mike Exp $ */ #ifndef Z_PROTO_H #define Z_PROTO_H @@ -42,6 +42,8 @@ #include #include #include +#include +#include YAZ_BEGIN_CDECL @@ -110,6 +112,8 @@ YAZ_EXPORT const char* yaz_z3950_oid_value_to_str(oid_value ov, oid_class oc); YAZ_EXPORT void yaz_display_grs1(WRBUF wrbuf, Z_GenericRecord *r, int flags); +YAZ_EXPORT void yaz_display_OPAC(WRBUF wrbuf, Z_OPACRecord *r, int flags); + YAZ_END_CDECL #include