(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/exec.h>
#include <exec/memory.h>
#include <aros/libcall.h>
#include <aros/debug.h>
VOID ReleaseAttrBase (interfaceID)
LOCATION
In OOPBase at offset 9
SYNOPSIS
STRPTR interfaceID
FUNCTION
Release an AttrBase previosly obtained with ObtainAttrBase()
INPUTS
interfaceID
globally unique interface identifier. for which to release an attrbase.
RESULT
None.
EXAMPLE
SEE ALSO
NOTES
The call must be paired wit ObtainAttrBase().
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
19.09.1998 nlorentz
Added two new functions + fixed bugs