mercurial/bdiff.h
changeset 34652 174d115d8104
parent 34627 72985b390d7c
child 48274 d86908050375
equal deleted inserted replaced
34651:e88dbbcf2a56 34652:174d115d8104
     1 #ifndef _HG_BDIFF_H_
     1 #ifndef _HG_BDIFF_H_
     2 #define _HG_BDIFF_H_
     2 #define _HG_BDIFF_H_
       
     3 
       
     4 #include "compat.h"
     3 
     5 
     4 struct bdiff_line {
     6 struct bdiff_line {
     5 	int hash, n, e;
     7 	int hash, n, e;
     6 	ssize_t len;
     8 	ssize_t len;
     7 	const char *l;
     9 	const char *l;