cfgcclsf
Purpose
Closes an attribute file.
Library
Run-time Services Library (librts.a)
Syntax
#include <cfg04.h>
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 proc-
essing.
Related Information
In this book: "cfgcadsz," "cfgcdlsz," "cfgcopsf,"
"cfgcrdsz," and "attributes."