X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fwrbuf.c;h=e6c53e8de12ccc8a9aebf4f7662aeb3ef8b3b6aa;hb=3498164f9058a807e5e25de88ecce61b97df2d14;hp=0af358263abeb138dcfb30fe0bd1425e4dc02e2a;hpb=88d3bedf772316f87e1996f655ccf8d1e2589755;p=yaz-moved-to-github.git diff --git a/src/wrbuf.c b/src/wrbuf.c index 0af3582..e6c53e8 100644 --- a/src/wrbuf.c +++ b/src/wrbuf.c @@ -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) {