vendor/libgit2/src/worktree.c in rugged-1.0.0 vs vendor/libgit2/src/worktree.c in rugged-1.0.1

- old
+ new

@@ -504,10 +504,10 @@ GIT_INIT_STRUCTURE_FROM_TEMPLATE(opts, version, git_worktree_prune_options, GIT_WORKTREE_PRUNE_OPTIONS_INIT); return 0; } -int git_worktree_pruneinit_options(git_worktree_prune_options *opts, +int git_worktree_prune_init_options(git_worktree_prune_options *opts, unsigned int version) { return git_worktree_prune_options_init(opts, version); }