klist_clientdata - return the client data associated with an entry on the list
LIBRARY CALL
kaddr klist_clientdata(
klist *list)
INPUT
list - the list in which we will be returning the
client data
OUTPUT
none
RETURN VALUE
the client data associated with the klist entry on the list
DESCRIPTION
This routine simply returns the client data associated with
the klist entry on the link list. If the current entry is
NULL then NULL is returned. Otherwise, whatever is stored
in the klist entry 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.