mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 13:04:42 +00:00
Export git_stash_apply_init_options
This commit is contained in:
parent
0f9d15493d
commit
d02720d8a6
@ -150,7 +150,7 @@ typedef struct git_stash_apply_options {
|
|||||||
* `GIT_STASH_APPLY_OPTIONS_INIT` here.
|
* `GIT_STASH_APPLY_OPTIONS_INIT` here.
|
||||||
* @return Zero on success; -1 on failure.
|
* @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);
|
git_stash_apply_options *opts, unsigned int version);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user