X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fwrbuf.c;h=e6c53e8de12ccc8a9aebf4f7662aeb3ef8b3b6aa;hb=9773a01f6dae65e5f9c424b3f2bc7454b8270cfc;hp=552da942a8cfb2fddf94662d423b950819650e9a;hpb=dec1c4b71c8bb7a0d78efee541eeac07782bff73;p=yaz-moved-to-github.git diff --git a/src/wrbuf.c b/src/wrbuf.c index 552da94..e6c53e8 100644 --- a/src/wrbuf.c +++ b/src/wrbuf.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ @@ -76,11 +76,6 @@ void wrbuf_puts(WRBUF b, const char *buf) wrbuf_write(b, buf, strlen(buf)); } -void wrbuf_vputs(const char *buf, void *client_data) -{ - wrbuf_write((WRBUF) client_data, buf, strlen(buf)); -} - void wrbuf_puts_replace_char(WRBUF b, const char *buf, const char from, const char to) {