Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-06-20 04:01:35 +0400
committerJunio C Hamano <junkio@cox.net>2006-06-20 05:43:49 +0400
commitd281786fcd6d0df47dd46e415f1a804b2e81ed9b (patch)
treea9844a33aa2c0bc8c58c8fe3e6f272362c6fe49a /xdiff/xutils.h
parent0da4677149b433e5424537c6acf45bd4d2f7a6df (diff)
xdiff: minor changes to match libxdiff-0.21
This reformats the change 621c53cc082299eaf69e9f2dc0274547c7d87fb0 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>
Diffstat (limited to 'xdiff/xutils.h')
-rw-r--r--xdiff/xutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xdiff/xutils.h b/xdiff/xutils.h
index ea38ee903f..08691a2447 100644
--- a/xdiff/xutils.h
+++ b/xdiff/xutils.h
@@ -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);