(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/expansion.h>

struct ConfigDev * AllocConfigDev ()

LOCATION
In ExpansionBase at offset 8

SYNOPSIS
/* void */

FUNCTION
AllocConfigDev() will allocate a new ConfigDev structure for you. You should use this function in order for you to be compatible with future versions of the OS in case this structure changes.

INPUTS
None.

RESULT
A newly created ConfigDev structure.

EXAMPLE

SEE ALSO
FreeConfigDev()

NOTES

BUGS

INTERNALS

HISTORY