diff options
Diffstat (limited to 'include/git2/cherrypick.h')
-rw-r--r-- | include/git2/cherrypick.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/cherrypick.h b/include/git2/cherrypick.h index ca6f72075..81784b4c8 100644 --- a/include/git2/cherrypick.h +++ b/include/git2/cherrypick.h @@ -46,7 +46,7 @@ typedef struct { * @param version The struct version; pass `GIT_CHERRYPICK_OPTIONS_VERSION`. * @return Zero on success; -1 on failure. */ -GIT_EXTERN(int) git_cherrypick_init_options( +GIT_EXTERN(int) git_cherrypick_options_init( git_cherrypick_options *opts, unsigned int version); |