home *** CD-ROM | disk | FTP | other *** search
- /*
- ** GUI Header
- */
-
- #include <sys/types.h>
-
- #include "napster.h"
-
- extern struct guidata *gui;
- extern int gui_napon;
-
- struct guidata {
- struct MUI_CustomClass *search_mcc;
- struct MUI_CustomClass *dl_mcc;
- struct MUI_CustomClass *prf_mcc;
- struct MUI_CustomClass *info_mcc;
- struct MUI_CustomClass *msg_mcc;
- struct MUI_CustomClass *chat_mcc;
- u_long *app;
- u_long *aboutmenu,*hidemenu,*muimenu,*muisetmenu,*amstersetmenu,*quitmenu;
- u_long *redlamp,*greenlamp,*yellowlamp;
- u_long *win;
- u_long *infoicon,*msgicon,*chaticon;
- u_long *inbut,*outbut,*setbut,*rebut;
- u_long *stat,*lamp;
- u_long *swin;
- u_long *iwin;
- u_long *mwin;
- u_long *searchpanel;
- };
-
-
- /* public funcs */
-
- extern void gui_run(u_long tcpsig);
- extern void gui_state(int s);
- extern void gui_srvstat(int a, int b, int c);
- extern void localize_array(char *array[]);
- extern void gui_found(songdata song);
-