diff options
Diffstat (limited to 'src/diff.h')
-rw-r--r-- | src/diff.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/diff.h b/src/diff.h index 862c33c1b..64fe00928 100644 --- a/src/diff.h +++ b/src/diff.h @@ -50,5 +50,8 @@ extern void git_diff__cleanup_modes( extern void git_diff_list_addref(git_diff_list *diff); +extern bool git_diff_delta__should_skip( + git_diff_options *opts, git_diff_delta *delta); + #endif |