VSTa manual pages - UMOUNT (3)
NAME
umount - delete given entry from mount list
CONTENTS
Synopsis
Description
Return Value
See Also
SYNOPSIS
#include <mnttab.h>
int mountport(char *point, port_t port);
DESCRIPTION
If
port is -1 all mounts for the mountpoint
point are removed. Otherwise only the mount with the given port will be removed.
RETURN VALUE
If
point cant be found in the mounttable -1 is returned. Otherwise it returns 0.
SEE ALSO
mountport(3),
umount(3)
Generated by manServer 1.06 from umount.3 using man macros.