ktransport_list - get the list of supported transports
LIBRARY CALL
char **ktransport_list(
int local,
int permanence,
int stream,
size_t *num)
INPUT
local - a boolean indicating that local transports
should be listed
permanence - a boolean indicating that data permanent
transports should be included in the list
stream - a boolean indicating that stream transports
should be included in the list
OUTPUT
num - the number of entries returned
RETURN VALUE
A pointer to an array of the available transports, or NULL
on error.
DESCRIPTION
This function creates an array of available transports.
Boolean inputs allow the calling routine to selectively mask
in or out local, stream, and permanent transports.
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.