klist_checkentry - check if the klist entry is currently on the link list
LIBRARY CALL
int klist_checkentry(
klist *list)
INPUT
list - the link list in which we will be checking the
klist entry against
entry - the klist entry to check for on the link list
OUTPUT
none
RETURN VALUE
return TRUE if the entry is the list,
otherwise FALSE is returned
DESCRIPTION
This routine simply returns whether the klist entry
currently exists on the link list. If the entry exists
then TRUE is returned otherwise FALSE is returned.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/include/kutils/klist.h
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.