7 void Init_Intui(struct CDVDBase
*global
);
8 void Close_Intui(struct CDVDBase
*global
);
9 void Display_Error_Tags(struct CDVDBase
*global
, char *, APTR
);
10 #define Display_Error(_p_msg, ...) \
12 IPTR _tags[] = { __VA_ARGS__ }; \
13 Display_Error_Tags(global, _p_msg, (CONST APTR )_tags); \
15 void Show_CDDA_Icon(struct CDVDBase
*global
);
16 void Hide_CDDA_Icon(struct CDVDBase
*global
);