2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 #include "datatypes_intern.h"
10 #include <proto/exec.h>
12 /*****************************************************************************
16 AROS_LH1(VOID
, FreeDTMethods
,
19 AROS_LHA(APTR
, methods
, A0
),
22 struct Library
*, DataTypesBase
, 47, DataTypes
)
26 Free array obtained from CopyDTMethods() or CopyDTTriggerMethods().
30 methods -- array of methods; may be NULL
42 CopyDTMethods(), CopyDTTriggerMethods()
48 2.8.99 SDuvan implemented
50 *****************************************************************************/