X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=xdiff%2Fxutils.h;h=ea38ee903fa142742797feb600b691b5a22b8165;hb=c7162c1db6fef6527eafb8829d60cf26b02b0108;hp=55b0d39f49d656576f83ccee8961ce5ea05e950e;hpb=7941602983f68e2cddafca5a2da8215d1271742b;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);