tools/adflib: build only host variant which is used by Sam440 target
[AROS.git] / workbench / network / stacks / AROSTCP / bsdsocket / kern / amiga_gui.h
blob53bdadc671a8e8bf80a94502a22b8100d2dc351e
1 #include "conf.h"
3 extern ULONG guimask;
4 extern UBYTE GUI_Running;
5 extern struct timerequest *gui_timerio;
6 extern ULONG InternalProc;
8 struct gui_cnf
10 STRPTR PanelName;
11 STRPTR PanelFont;
14 #define GUICMD_SET_INTERFACE_STATE 0x0001
15 #define GUICMD_CLOSE 0x0002
17 #define GUICMD_MASK 0x0000FFFF
19 void gui_open(void);
20 void gui_close(void);
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, ...);