builtin/remote.c: reorder function definitions
commitce2223fde87c6df2a3d837b188d9509527de7264
authorMichael Haggerty <mhagger@alum.mit.edu>
Wed, 30 Oct 2013 05:33:02 +0000 (30 06:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Oct 2013 21:16:40 +0000 (30 14:16 -0700)
tree5dd96b442caf75e88ff41b6a8d2e95d1df95706b
parent049bff8f0ec722dbd4ca9582df7891c920e41165
builtin/remote.c: reorder function definitions

Reorder function definitions to remove the need for forward
declarations.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/remote.c