We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ef2b88 + 4dcd451 commit 0310749Copy full SHA for 0310749
include/git2/worktree.h
@@ -101,7 +101,7 @@ typedef struct git_worktree_add_options {
101
* @param version The struct version; pass `GIT_WORKTREE_ADD_OPTIONS_VERSION`.
102
* @return Zero on success; -1 on failure.
103
*/
104
-int git_worktree_add_init_options(git_worktree_add_options *opts,
+GIT_EXTERN(int) git_worktree_add_init_options(git_worktree_add_options *opts,
105
unsigned int version);
106
107
/**
0 commit comments