]> git.ipfire.org Git - thirdparty/git.git/commit - strbuf.h
strbuf: export strbuf_addchars()
authorRené Scharfe <l.s.r@web.de>
Sun, 7 Sep 2014 07:03:32 +0000 (09:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2014 18:26:45 +0000 (11:26 -0700)
commitd07235a027e0c7ed2fee1aeb3bee8a858bf5ca58
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