diff options
author | jbreeden <jared.breeden@gmail.com> | 2016-01-23 17:13:25 -0800 |
---|---|---|
committer | jbreeden <jared.breeden@gmail.com> | 2016-01-23 17:13:25 -0800 |
commit | d02720d8a653bc564b84c27bfa01a6876bf5bec2 (patch) | |
tree | dd723daabf486835fae5e842f2fd6731d77d7e8a | |
parent | 0f9d15493d5d8ad4353dd7beed52c9567334f6e5 (diff) | |
download | libgit2-d02720d8a653bc564b84c27bfa01a6876bf5bec2.tar.gz |
Export git_stash_apply_init_options
-rw-r--r-- | include/git2/stash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/stash.h b/include/git2/stash.h index b321dc34e..733d75a7f 100644 --- a/include/git2/stash.h +++ b/include/git2/stash.h @@ -150,7 +150,7 @@ typedef struct git_stash_apply_options { * `GIT_STASH_APPLY_OPTIONS_INIT` here. * @return Zero on success; -1 on failure. */ -int git_stash_apply_init_options( +GIT_EXTERN(int) git_stash_apply_init_options( git_stash_apply_options *opts, unsigned int version); /** |