diff options
Diffstat (limited to 'src/diff_output.h')
| -rw-r--r-- | src/diff_output.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff_output.h b/src/diff_output.h index f54639088..5fed1d998 100644 --- a/src/diff_output.h +++ b/src/diff_output.h @@ -26,7 +26,7 @@ enum {  typedef struct {  	git_repository   *repo;  	git_diff_list    *diff; -	git_diff_options *opts; +	const git_diff_options *opts;  	git_diff_file_fn  file_cb;  	git_diff_hunk_fn  hunk_cb;  	git_diff_data_fn  data_cb;  | 
