New API function iso_local_set_acl_text()

This commit is contained in:
2009-01-18 22:36:06 +01:00
parent 723d23321a
commit 24fadd7649
3 changed files with 34 additions and 4 deletions

View File

@@ -414,8 +414,9 @@ int aaip_decode_acl(unsigned char *data, size_t num_data, size_t *consumed,
@param text The input text (0 terminated, ACL long text form)
@param flag Bitfield for control purposes
bit0= set default ACL rather than access ACL
@return > 0 ok
-1 failure of system ACL service (see errno)
@return >0 ok
0 no ACL manipulation adapter available
-1 failure of system ACL service (see errno)
*/
int aaip_set_acl_text(char *path, char *text, int flag);