ktransport_add - add a new transport to the list of transports
LIBRARY CALL
int ktransport_add(
TransportInformation *transport)
INPUT
transport - the transport to be added
OUTPUT
none
RETURN VALUE
TRUE if the transport was successfully added, FALSE otherwise
DESCRIPTION
This function is used to add a new transport to the compiled
list of transports. The transport is dynamically added to
during runtime, rather than during compile time.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/kutils/src/kfile.c
SEE ALSO
kutils(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.