diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2015-12-26 16:55:29 -0600 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2015-12-26 16:55:29 -0600 |
| commit | 869320a85db5bf417cbd8d7317b7a6a35af440bc (patch) | |
| tree | 036f9ad173af3f19e631a49c6dea202974c620b7 /include/git2 | |
| parent | 3d29b12c9c8ba3272bbc5523fccde96c06ee6b83 (diff) | |
| parent | 95746a57c70a4020a2025f9a3ad3700386d286ee (diff) | |
| download | libgit2-869320a85db5bf417cbd8d7317b7a6a35af440bc.tar.gz | |
Merge pull request #3546 from Cruel/master
Fix a couple function signatures
Diffstat (limited to 'include/git2')
| -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 526db0ba2..b321dc34e 100644 --- a/include/git2/stash.h +++ b/include/git2/stash.h @@ -68,7 +68,7 @@ GIT_EXTERN(int) git_stash_save( git_repository *repo, const git_signature *stasher, const char *message, - unsigned int flags); + uint32_t flags); /** Stash application flags. */ typedef enum { |
