dce_acl_obj_free_entries(3sec) — Subroutines
NAME
dce_acl_obj_free_entries — Frees space used by an ACL’s entries
Synopsis
void dce_acl_obj_free_entries(
sec_acl_t ∗acl,
error_status_t ∗status);
Parameters
Input
aclA pointer to the ACL that is to be freed.
Output
statusA pointer to the completion status. On successful completion, the routine returns error_status_ok. Otherwise, it returns an error.
Description
The dce_acl_obj_free_entries() routine frees space used by an ACL’s entries, then sets the pointer to the ACL entry array to NULL and the entry count to 0 (zero).
Errors
The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
error_status_ok
The call was successful.
Related Information
Functions: dce_acl_obj_init(3sec).