(C) 1998 AROS - The Amiga Research OS


NAME

void RemPort (port)

LOCATION
In SysBase at offset 60

SYNOPSIS
struct MsgPort * port

FUNCTION
Remove a public port from the public port list to make it private again. Any further attempts to find this port in the public port list will fail.

INPUTS
port
Pointer to messageport structure.

RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY