(C) 1998 AROS - The Amiga Research OS


NAME
#include <exec/ports.h>
#include <proto/alib.h>

void DeletePort ()

SYNOPSIS
struct MsgPort * mp

FUNCTION
Free a message port created by CreatePort()

INPUTS
mp
The result of CreatePort()

RESULT
None.

EXAMPLE

SEE ALSO
CreatePort(), CreateMsgPort(), DeleteMsgPort()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
27.01.1997 ldp
Include proto instead of clib
04.12.1996 aros
Copy priority

If the port has a name, then make it publically visible

28.11.1996 aros
A couple of new functions in amiga.lib

Easier code to handle stacktags and stackmethods.