X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fmarcdisp.h;h=51fcf0ed4ab71f6c85095a5e68d35bb5bb8908dc;hb=1769f2fbe5b8de995b351754eec51ccdb1824dd4;hp=4632307ce60042a0911b8efd1acf8430c107510f;hpb=6ad80c673e9591ae178154cfe2ce002834cfdafd;p=yaz-moved-to-github.git diff --git a/include/yaz/marcdisp.h b/include/yaz/marcdisp.h index 4632307..51fcf0e 100644 --- a/include/yaz/marcdisp.h +++ b/include/yaz/marcdisp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * * 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.9 2003-12-11 00:37:21 adam Exp $ + * $Id: marcdisp.h,v 1.12 2005-02-02 20:50:38 adam Exp $ + */ + +/** + * \file marcdisp.h + * \brief Header for MARC display - and conversion utilities */ #ifndef MARCDISP_H @@ -76,6 +81,8 @@ YAZ_EXPORT int marc_display_wrbuf (const char *buf, WRBUF wr, int debug, YAZ_EXPORT int yaz_marc_decode(const char *buf, WRBUF wr, int debug, int bsize, int xml); +YAZ_EXPORT void yaz_marc_subfield_str(yaz_marc_t mt, const char *s); +YAZ_EXPORT void yaz_marc_endline_str(yaz_marc_t mt, const char *s); /* like atoi except that it reads exactly len characters */ YAZ_EXPORT int atoi_n (const char *buf, int len);