extern wimp_t taskhandle, quitsender;
extern toolbox_o displayhandle;
extern char our_dir[256];
char *msgs_lookup(const char *token);
void fade_client_menu(void);
void report_error(os_error *e);
void show_iconbar(void), hide_iconbar(void);

typedef enum client_mode
{
    Stop,
    Quit,
    Run,
    Benchmark,
    Test,
    Fetch,
    Flush,
    Update,
    ForceFetch,
    ForceFlush,
    Configure,
    Shutdown
} client_mode;


extern client_mode stopping_for;
