Unverified Commit 4dcd4514 by Ozan Sener Committed by GitHub

worktree: Expose git_worktree_add_init_options

parent 7321cff0
......@@ -101,7 +101,7 @@ typedef struct git_worktree_add_options {
* @param version The struct version; pass `GIT_WORKTREE_ADD_OPTIONS_VERSION`.
* @return Zero on success; -1 on failure.
*/
int git_worktree_add_init_options(git_worktree_add_options *opts,
GIT_EXTERN(int) git_worktree_add_init_options(git_worktree_add_options *opts,
unsigned int version);
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment