From: René Scharfe Date: Sun, 7 Sep 2014 07:03:32 +0000 (+0200) Subject: strbuf: export strbuf_addchars() X-Git-Tag: v2.2.0-rc0~103^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d07235a027e0c7ed2fee1aeb3bee8a858bf5ca58?hp=d07235a027e0c7ed2fee1aeb3bee8a858bf5ca58 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 Signed-off-by: Junio C Hamano ---