summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbreeden <jared.breeden@gmail.com>2016-01-23 17:13:25 -0800
committerjbreeden <jared.breeden@gmail.com>2016-01-23 17:13:25 -0800
commitd02720d8a653bc564b84c27bfa01a6876bf5bec2 (patch)
treedd723daabf486835fae5e842f2fd6731d77d7e8a
parent0f9d15493d5d8ad4353dd7beed52c9567334f6e5 (diff)
downloadlibgit2-d02720d8a653bc564b84c27bfa01a6876bf5bec2.tar.gz
Export git_stash_apply_init_options
-rw-r--r--include/git2/stash.h2
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);
/**