aboutsummaryrefslogtreecommitdiff
path: root/xdiff/xutils.h
diff options
context:
space:
mode:
authorDavide Libenzi <davidel@xmailserver.org>2006-04-03 18:47:55 -0700
committerJunio C Hamano <junkio@cox.net>2006-04-04 00:11:09 -0700
commitca557afff9f7dad7a8739cd193ac0730d872e282 (patch)
treea5280cb50743f26130e9dabcea0fc7a92f8dc193 /xdiff/xutils.h
parentfc9957b0052df6a8248420395bc9febd66194252 (diff)
downloadgit-ca557afff9f7dad7a8739cd193ac0730d872e282.tar.gz
git-ca557afff9f7dad7a8739cd193ac0730d872e282.tar.xz
Clean-up trivially redundant diff.
Also corrects the line numbers in unified output when using zero lines context.
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 55b0d39f4..ea38ee903 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);
int xdl_cha_init(chastore_t *cha, long isize, long icount);