X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fwrbuf.h;h=3b6258d515c81324e3c36c61ec7888a87dc288dc;hb=b33bbfa937912e532dd8842fc9e46003aa1848d6;hp=383edb28587db63b1673d8b91105e7fcb44e6aa6;hpb=9d9bbf2ad72a44772dca1e694de9a84c4e48aa21;p=yaz-moved-to-github.git diff --git a/include/yaz/wrbuf.h b/include/yaz/wrbuf.h index 383edb2..3b6258d 100644 --- a/include/yaz/wrbuf.h +++ b/include/yaz/wrbuf.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2002, Index Data. + * Copyright (c) 1995-2003, 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,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: wrbuf.h,v 1.6 2002-10-22 10:05:36 adam Exp $ + * $Id: wrbuf.h,v 1.8 2003-01-06 08:20:27 adam Exp $ * */ @@ -56,12 +56,6 @@ YAZ_EXPORT void wrbuf_printf(WRBUF b, const char *fmt, ...); (((b)->pos >= (b)->size ? wrbuf_grow(b, 1) : 0), \ (b)->buf[(b)->pos++] = (c), 0) -YAZ_EXPORT int marc_display_wrbuf (const char *buf, WRBUF wr, int debug, - int bsize); - -YAZ_EXPORT int yaz_marc_decode (const char *buf, WRBUF wr, int debug, - int bsize, int xml); - YAZ_END_CDECL #endif