/*
 * $Log: webget,v $
 * Revision 1.2  1998/07/25 17:12:31  joseph
 * Changed so adding a new fetch file causes menu to be rebuild if not fetching
 *
 * Revision 1.1  1998/05/27 22:47:05  joseph
 * Added wimp frontend.
 *
 *
 */

#ifndef WEBGET_H
#define WEBGET_H

extern const char frontend_taskname[];

int frontend_openstatus( void );
int frontend_error( const char *name );
int frontend_warning( const char *name );
void frontend_recreatefetchmenu( void );

#endif
