Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Tweak diff colors
[gitweb.git]
/
xdiff-interface.h
diff --git
a/xdiff-interface.h
b/xdiff-interface.h
index e2f0d661236504ac1b2cfd42f6f998d4db17729c..1346908bea31319aabeabdfd955e2ea9aab37456 100644
(file)
--- a/
xdiff-interface.h
+++ b/
xdiff-interface.h
@@
-14,5
+14,8
@@
struct xdiff_emit_state {
};
int xdiff_outf(void *priv_, mmbuffer_t *mb, int nbuf);
+int parse_hunk_header(char *line, int len,
+ int *ob, int *on,
+ int *nb, int *nn);
#endif