xdiff: minor changes to match libxdiff-0.21

This reformats the change 621c53cc08
introduced to match what upstream author implemented in libxdiff-0.21
without changing any logic (hopefully ;-).  This is to help keep
us in sync with the upstream.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2006-06-19 17:01:35 -07:00
parent 0da4677149
commit d281786fcd
2 changed files with 5 additions and 7 deletions

View File

@ -24,6 +24,7 @@
#define XUTILS_H
long xdl_bogosqrt(long n);
int xdl_emit_diffrec(char const *rec, long size, char const *pre, long psize,
xdemitcb_t *ecb);