(C) 1998 AROS - The Amiga Research OS
NAME
#include <dos/dosasl.h>
#include <proto/dos.h>
void MatchEnd (AP)
LOCATION
In DOSBase at offset 139
SYNOPSIS
struct AnchorPath * AP
FUNCTION
Free the memory that was allocated by calls to MatchFirst() and MatchNext()
INPUTS
AP
pointer to Anchor Path structure which had been passed to MatchFirst() before.
RESULT
Allocated memory is returned and filelocks are freed.
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
17.02.1999 bergers
Revision of these functions. Multiple subdirectories are handled correctly. Assigns are also taken care of.
20.10.1998 hkiel
Amiga Research OS
29.04.1998 bergers
Implementation of these functions.
02.10.1997 turrican
Implementation
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions
Moved #include's into first column