Move add_to_string to "quote.c" and make it extern.
commit86257aa324d04694408ad806989690979456f29a
authorChristian Couder <chriscool@tuxfamily.org>
Mon, 11 Sep 2006 04:59:22 +0000 (11 06:59 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 11 Sep 2006 05:47:30 +0000 (10 22:47 -0700)
treebae4aa0e26b35249d434edea718c9feb3cc644dd
parent8be683520e5a00cb7bd67acfd71d9346c33305b2
Move add_to_string to "quote.c" and make it extern.

So that this function may be used in places other than "rsh.c".

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
quote.c
quote.h
rsh.c