X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=xdiff%2Fxutils.h;h=ea38ee903fa142742797feb600b691b5a22b8165;hb=1a82e79315ed633f6b0b1fc4076054950c5380d3;hp=55b0d39f49d656576f83ccee8961ce5ea05e950e;hpb=4c61b7d15a6215fa4dffa33c37c3ef9df80d3f67;p=git.git diff --git a/xdiff/xutils.h b/xdiff/xutils.h index 55b0d39f..ea38ee90 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);