/* ** Information Header */ #include #include "include/mui.h" #ifndef AMSTER_INFO_H #define AMSTER_INFO_H struct infodata { u_long *msglist; }; MUIF info_dispatch(REG(a0) struct IClass *cl,REG(a2) Object *obj,REG(a1) Msg msg); #define INFO_MSG 0x3001 #endif /* AMSTER_INFO_H */