summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
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 {