strbuf: export strbuf_addchars()
commitd07235a027e0c7ed2fee1aeb3bee8a858bf5ca58
authorRené Scharfe <l.s.r@web.de>
Sun, 7 Sep 2014 07:03:32 +0000 (7 09:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2014 18:26:45 +0000 (8 11:26 -0700)
tree8805b3767a1d86908c448aef92e56036fdeee92b
parente6aaa393478bf3ee9f4cde8d82cd258c034cd335
strbuf: export strbuf_addchars()

Move strbuf_addchars() to strbuf.c, where it belongs, and make it
available for other callers.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-strbuf.txt
strbuf.c
strbuf.h
utf8.c