X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fmarcdisp.h;h=69c65be11ef82a2ee4deb0c0a6a9a0cc33cc33b2;hb=30e703f75c26ad4b564e380d586d122edd49046d;hp=afbe1213b76c32d668895c1add4f3570a8828810;hpb=4d531a1a9131d69c3b6c27fbac42837e22cff61c;p=yaz-moved-to-github.git diff --git a/include/yaz/marcdisp.h b/include/yaz/marcdisp.h index afbe121..69c65be 100644 --- a/include/yaz/marcdisp.h +++ b/include/yaz/marcdisp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (c) 1995-2004, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -23,7 +23,12 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: marcdisp.h,v 1.8 2003-01-06 08:20:27 adam Exp $ + * $Id: marcdisp.h,v 1.10 2004-10-15 00:18:59 adam Exp $ + */ + +/** + * \file marcdisp.h + * \brief Header for MARC display - and conversion utilities */ #ifndef MARCDISP_H @@ -48,6 +53,10 @@ YAZ_EXPORT void yaz_marc_xml(yaz_marc_t mt, int xmlmode); #define YAZ_MARC_SIMPLEXML 1 #define YAZ_MARC_OAIMARC 2 #define YAZ_MARC_MARCXML 3 +#define YAZ_MARC_ISO2709 4 + +/* supply iconv handle for character set conversion .. */ +YAZ_EXPORT void yaz_marc_iconv(yaz_marc_t mt, yaz_iconv_t cd); /* set debug level, 0=none, 1=more, 2=even more, .. */ YAZ_EXPORT void yaz_marc_debug(yaz_marc_t mt, int level);