(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/expansion.h>
void ReleaseConfigBinding ()
LOCATION
In ExpansionBase at offset 21
SYNOPSIS
/* void */
FUNCTION
This function will release the lock obtained by ObtainCurrentBinding(). It will release the SignalSemaphore, and allow others to bind to drivers.
INPUTS
None.
RESULT
None.
EXAMPLE
SEE ALSO
ObtainCurrentBinding()
NOTES
BUGS
INTERNALS
HISTORY