(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/dos.h>
BOOL InternalUnLoadSeg (seglist , freefunc)
LOCATION
In DOSBase at offset 127
SYNOPSIS
BPTR seglist
VOID_FUNC freefunc
FUNCTION
INPUTS
RESULT
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
26.04.1998 srittau
Fixed warnings
17.04.1998 bergers
AllocMem, FreeMem and Read are called from an array of pointers to functions as supposed to in the internal* functions.
11.12.1997 bergers
Customizable UnLoadSeg()-function.
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions
Moved #include's into first column