CFGCCLSF(3x,L) AIX Technical Reference CFGCCLSF(3x,L) ------------------------------------------------------------------------------- cfgcclsf PURPOSE Closes an attribute file. LIBRARY Run-time Services Library (librts.a) SYNTAX #include int cfgcclsf (atfile) CFG__SFT *atfile; DESCRIPTION The cfgcclsf subroutine closes an attribute file. (For details about attribute files, see "attributes.") The atfile parameter points to an open attribute file structure. The calling program must have an effective user ID of superuser to access system customization files such as /etc/master, /etc/system, and /etc/predefined. RETURN VALUE Upon successful completion, the value CFG_SUCC is returned. If the cfgcclsf subroutine fails, then the following value is returned: CFG_UNIO Unrecoverable I/O error occurred during processing. RELATED INFORMATION In this book: "cfgcadsz," "cfgcdlsz," "cfgcopsf," "cfgcrdsz," and "attributes." Processed November 7, 1990 CFGCCLSF(3x,L) 1