Table of Contents
AddConfEntry - Add an entry to the CONFLIST database
AddConfEntry
traverses the CONFLIST array and adds an entry to the first available slot
in the table.
The array is presumed to have been previously initialized
using InitConfList(3mngr)
.
This function is part of libmngr.
int AddConfEntry(
CONFLIST CFpnt[],
int Size,
int Group,
int Function,
int Index,
char *L,
char *R
);
pointer to the CONFLIST array.
size of the CONFLIST array.
The group, function and index values to use for the
new entry.
the Label value for the new entry
the RefName value for the
new entry
The index into the CONFLIST array is returned on
success.
-1 is returned on failure.
libmngr(3mngr)
$Id:
AddConfEntry.3,v 1.1 2002/04/07 18:35:52 kitchen Exp $
Table of Contents