2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 #include <proto/exec.h>
8 /*****************************************************************************
11 #include <proto/hostlib.h>
13 AROS_LH1I(void, HostLib_DropInterface
,
16 AROS_LHA(APTR
*, interface
, A0
),
19 APTR
, HostLibBase
, 6, HostLib
)
22 Free an array of symbol values obtained by HostLib_GetInterface()
25 interface - A pointer to values array
31 This function appeared in v2 of hostlib.resource.
38 HostLib_GetInterface()
42 *****************************************************************************/