X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fproto.h;h=cf01f36ec7bf3f26c92e035a5c1fd092b8ceb187;hb=6607d0bd04b26591614a84a9aa9bad7e7b00e7e9;hp=0d0ea5abfa754685004a422a971a62973d0986d5;hpb=9360e7e7d56e77fb1253faa1232c0417cd5d3ee3;p=yaz-moved-to-github.git diff --git a/include/yaz/proto.h b/include/yaz/proto.h index 0d0ea5a..cf01f36 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.10 2003-07-14 12:59:23 adam Exp $ */ #ifndef Z_PROTO_H #define Z_PROTO_H @@ -111,6 +111,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