xdiff/xdiffi.c: remove unneeded function declarations
commit21c770b63ea7ddcb6e52527d82089068b33eb9f3
authorStefan Beller <sbeller@google.com>
Mon, 16 Jul 2018 23:05:35 +0000 (16 16:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jul 2018 18:25:31 +0000 (17 11:25 -0700)
treedad81b23015aa656030dcbc7d6f0a659b8be555b
parent25790be634afc3eb28a2ba8d0f6579aaab10bc27
xdiff/xdiffi.c: remove unneeded function declarations

There is no need to forward-declare these functions, as they are used
after their implementation only.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
xdiff/xdiffi.c