summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
authorThomas Edvalson <machin3@gmail.com>2015-12-14 19:21:09 -0500
committerThomas Edvalson <machin3@gmail.com>2015-12-14 19:21:09 -0500
commit95746a57c70a4020a2025f9a3ad3700386d286ee (patch)
treeb6a0553bb254ec527bf351da2742358f7bb00761 /include/git2
parent7f2c1469f8565fa8809c03aa7aa0ffae90a99c66 (diff)
downloadlibgit2-95746a57c70a4020a2025f9a3ad3700386d286ee.tar.gz
Fix a couple function signatures
Diffstat (limited to 'include/git2')
-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 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 {