added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / utilities / MultiView / arossupport.h
blob257f0783c2b911a35d6f7d9a1bbbeff84a82b3f5
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #ifndef __AROS__
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);
16 #endif /* __AROS__ */