5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
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_ */