arch/m68k-amiga: Provide dummy KrnObtainInput/KrnReleaseInput routines
[AROS.git] / workbench / libs / icon / identify.h
blob2c9a0c92112f2f0ea04652c85d62a19c64ac994a
1 #ifndef _IDENTIFY_H_
2 #define _IDENTIFY_H_
4 /*
5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <workbench/workbench.h>
10 #include <workbench/icon.h>
12 /*** Prototypes *************************************************************/
13 LONG __FindType_WB(BPTR lock, struct IconBase *IconBase);
14 struct DiskObject *__FindDefaultIcon_WB(struct IconIdentifyMsg *iim, struct IconBase *IconBase);
16 /*** Macros *****************************************************************/
17 #define FindType(lock) (__FindType_WB((lock), IconBase))
18 #define FindDefaultIcon(iim) (__FindDefaultIcon_WB((iim), IconBase))
20 #endif /* _IDENTIFY_H_ */