diff options
Diffstat (limited to 'include/git2/tree.h')
-rw-r--r-- | include/git2/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/tree.h b/include/git2/tree.h index 70040f058..a3c601291 100644 --- a/include/git2/tree.h +++ b/include/git2/tree.h @@ -215,7 +215,7 @@ GIT_EXTERN(void) git_tree_entry_set_name(git_tree_entry *entry, const char *name * @param entry Entry object which will be modified * @param oid new attributes for the entry */ -GIT_EXTERN(void) git_tree_entry_set_attributes(git_tree_entry *entry, int attr); +GIT_EXTERN(int) git_tree_entry_set_attributes(git_tree_entry *entry, int attr); /** @} */ GIT_END_DECL |