diff options
Diffstat (limited to 'src/git/tree.h')
-rw-r--r-- | src/git/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/tree.h b/src/git/tree.h index bd589ea11..fcc38d5e0 100644 --- a/src/git/tree.h +++ b/src/git/tree.h @@ -68,7 +68,7 @@ GIT_EXTERN(const git_tree_entry *) git_tree_entry_byindex(git_tree *tree, int id * @param entry a tree entry * @return attributes as an integer */ -GIT_EXTERN(uint32_t) git_tree_entry_attributes(const git_tree_entry *entry); +GIT_EXTERN(unsigned int) git_tree_entry_attributes(const git_tree_entry *entry); /** * Get the filename of a tree entry |