diff options
Diffstat (limited to 'src/diff_xdiff.h')
-rw-r--r-- | src/diff_xdiff.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/diff_xdiff.h b/src/diff_xdiff.h index 9b303e9dc..3e051d1e1 100644 --- a/src/diff_xdiff.h +++ b/src/diff_xdiff.h @@ -30,6 +30,7 @@ typedef struct { xdemitcb_t callback; } git_xdiff_output; -void git_xdiff_init(git_xdiff_output *xo, const git_diff_options *opts); +int git_xdiff_init(git_xdiff_output *xo, const git_diff_options *opts); +void git_xdiff_dispose(git_xdiff_output *xo); #endif |