builtin.h: Move two functions definitions to help.h.
commitfd5c363da4635d81f29193ae19d8fa7b5657ab39
authorThiago Farina <tfransosi@gmail.com>
Wed, 1 Sep 2010 02:29:08 +0000 (31 23:29 -0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Sep 2010 15:00:51 +0000 (1 08:00 -0700)
treef26a3e4126734ce168fd76082c479aaee7b31a98
parente3efa9c12c1797f5eeb140ebeb44ff6d210ec215
builtin.h: Move two functions definitions to help.h.

The two functions defined here are implemented in help.c, so makes more sense
to put the definition of those in help.h instead of in builtin.h.

Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin.h
git.c
help.h