Table of Contents
PrintConfTbl - Print the contents of the CONFLIST database
PrintConfTbl
traverses the CONFLIST array and prints information about the contents.
This function is part of libmngr.
int PrintConfTbl(
FILE *fd,
CONFLIST CFpnt[],
int Size
);
the file descriptor to print to
The pointer to the start
of the CONFLIST array
the size of the CONFLIST array.
0
is returned on success.
-1 is returned on failure and a message is printed to stderr.
There are additional functions contained in the PrintConfTbl
source file. These functions are used by PrintConfTbl to do its work but
may be called directly.
returns a pointer to a string
which correponds to the Group value.
returns a pointer
to a string which correponds to the Function value.
prints one item in the CONFLIST.
prints the first line of the table header
prints the second line of the table header
libmngr(3mngr)
$Id: PrintConfTbl.3,v 1.1 2002/04/07 18:35:52 kitchen Exp $
Table of Contents