X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fproto.h;h=0d0ea5abfa754685004a422a971a62973d0986d5;hb=a4500a53ecbff46db730bcaa8703d2c9a0e6328b;hp=2350c577baae422ab8bb98d2732db59b322b163d;hpb=05586eb8028d6f6a84d6389f8f3ab829b19f1760;p=yaz-moved-to-github.git diff --git a/include/yaz/proto.h b/include/yaz/proto.h index 2350c57..0d0ea5a 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.5 2002-12-05 12:07:00 adam Exp $ + * $Id: proto.h,v 1.9 2003-02-21 12:08:58 adam Exp $ */ #ifndef Z_PROTO_H #define Z_PROTO_H @@ -42,6 +42,7 @@ #include #include #include +#include YAZ_BEGIN_CDECL @@ -110,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_END_CDECL #include