4 extern UBYTE GUI_Running
;
5 extern struct timerequest
*gui_timerio
;
6 extern ULONG InternalProc
;
14 #define GUICMD_SET_INTERFACE_STATE 0x0001
15 #define GUICMD_CLOSE 0x0002
17 #define GUICMD_MASK 0x0000FFFF
21 void gui_snapshot(void);
22 void gui_process_refresh(void);
23 void gui_process_msg(struct SysLogPacket
*msg
);
24 void gui_set_interface_state(struct ifnet
*ifp
, long state
);
25 void error_request(STRPTR Text
, ...);