aboutsummaryrefslogtreecommitdiff
path: root/src/xdiff/xdiff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xdiff/xdiff.h')
-rw-r--r--src/xdiff/xdiff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdiff/xdiff.h b/src/xdiff/xdiff.h
index 49985a0e9a..634c320508 100644
--- a/src/xdiff/xdiff.h
+++ b/src/xdiff/xdiff.h
@@ -102,8 +102,8 @@ typedef struct s_xdemitcb {
typedef long (*find_func_t)(const char *line, long line_len, char *buffer, long buffer_size, void *priv);
-typedef int (*xdl_emit_hunk_consume_func_t)(long start_a, long count_a,
- long start_b, long count_b,
+typedef int (*xdl_emit_hunk_consume_func_t)(int start_a, int count_a,
+ int start_b, int count_b,
void *cb_data);
typedef struct s_xdemitconf {