2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
11 #include <exec/types.h>
13 extern ULONG
*FindMethod(ULONG
*methods
, ULONG searchmethodid
);
14 extern struct DTMethod
*FindTriggerMethod(struct DTMethod
*methods
, STRPTR command
, ULONG method
);