gfs_acl_delete_entry - delete a Gfarm ACL entry
Contents
Input Arguments
acl
An ACL structure type.
entry_d
An ACL entry.
Name
gfs_acl_delete_entry - delete a Gfarm ACL entry
Return Values
GFARM_ERR_NO_ERROR
The function terminated successfully.
GFARM_ERR_INVALID_ARGUMENT
The ACL does not have the ACL entry.
Others
An error except the above occurred. The reason is shown by gfarm_error_string(3).
See Also
gfs_acl_get_entry(3), gfs_acl_create_entry(3) Gfarm 14 Feb 2011 GFS_ACL_DELETE_ENTRY(3)
Synopsis
#include<gfarm/gfarm.h>gfarm_error_tgfs_acl_delete_entry(gfarm_acl_tacl,gfarm_acl_entry_tentry_d);
