(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/expansion.h>

void FreeConfigDev (configDev)

LOCATION
In ExpansionBase at offset 14

SYNOPSIS
struct ConfigDev * configDev

FUNCTION
This function will free a ConfigDev structure, as allocated by the AllocConfigDev() function.

INPUTS
configDev
The ConfigDev to free.

RESULT
The memory will be returned to the system.

EXAMPLE

SEE ALSO
AllocConfigDev()

NOTES

BUGS

INTERNALS

HISTORY