diff options
Diffstat (limited to 'xdiff-interface.h')
| -rw-r--r-- | xdiff-interface.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/xdiff-interface.h b/xdiff-interface.h index 1ed430b622..dfc55daddf 100644 --- a/xdiff-interface.h +++ b/xdiff-interface.h @@ -28,9 +28,9 @@   * from an error internal to xdiff, xdiff itself will see that   * non-zero return and translate it to -1.   * - * See "diff_grep" in diffcore-pickaxe.c for a trick to work around - * this, i.e. using the "consume_callback_data" to note the desired - * early return. + * See "diff_grep" in diffcore-pickaxe.c and "quick_consume" in diff.c + * for a trick to work around this, i.e. using the "consume_callback_data" + * to note the desired early return.   */  typedef int (*xdiff_emit_line_fn)(void *, char *, unsigned long);  typedef void (*xdiff_emit_hunk_fn)(void *data,  | 
