X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fproto.h;h=5023c1513b4e8732cefb378ca848054c5c98d3bb;hb=5381b2f81bb793e364cd5b2a910e026ce84d9d05;hp=05ff95052ef6209ac6422dbfed876183d5510ff5;hpb=9d9bbf2ad72a44772dca1e694de9a84c4e48aa21;p=yaz-moved-to-github.git diff --git a/include/yaz/proto.h b/include/yaz/proto.h index 05ff950..5023c15 100644 --- a/include/yaz/proto.h +++ b/include/yaz/proto.h @@ -1,9 +1,9 @@ /* - * Copyright (c) 1998-2002, Index Data + * Copyright (c) 1998-2003, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: proto.h,v 1.4 2002-10-22 10:05:36 adam Exp $ + * $Id: proto.h,v 1.11 2003-07-18 19:54:30 mike Exp $ */ #ifndef Z_PROTO_H #define Z_PROTO_H @@ -39,8 +39,11 @@ #include #include #include +#include #include #include +#include +#include YAZ_BEGIN_CDECL @@ -109,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