mirror of
https://git.proxmox.com/git/libgit2
synced 2026-08-26 18:40:39 +00:00
Check for valid range of attributes for tree entry
This commit is contained in:
committed by
Vicent Marti
parent
3490188b3c
commit
9de27ad0c4
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user