X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fproto.h;h=5023c1513b4e8732cefb378ca848054c5c98d3bb;hp=0d0ea5abfa754685004a422a971a62973d0986d5;hb=5b417578fa8bce4671d29d59201ae0ad0c7e5653;hpb=4ca818ec201c9dcf5461e419002c95fd2eac620e diff --git a/include/yaz/proto.h b/include/yaz/proto.h index 0d0ea5a..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.9 2003-02-21 12:08:58 adam Exp $ + * $Id: proto.h,v 1.11 2003-07-18 19:54:30 mike Exp $ */ #ifndef Z_PROTO_H #define Z_PROTO_H @@ -43,6 +43,7 @@ #include #include #include +#include YAZ_BEGIN_CDECL @@ -111,6 +112,7 @@ 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