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

@ -1517,3 +1517,19 @@ bad_decode:;
}
int iso_local_set_acl_text(char *disk_path, char *text, int flag)
{
#ifdef Libisofs_with_aaiP
return aaip_set_acl_text(disk_path, text, flag);
#else /* Libisofs_with_aaiP */
return 0;
#endif /* ! Libisofs_with_aaiP */
}