diff options
Diffstat (limited to 'src/diff.h')
-rw-r--r-- | src/diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.h b/src/diff.h index 64fe00928..15745b2f3 100644 --- a/src/diff.h +++ b/src/diff.h @@ -51,7 +51,7 @@ 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); + const git_diff_options *opts, const git_diff_delta *delta); #endif |