#ifndef POPSTAR_H
#define POPSTAR_H
/*

$Id: popstar,v 1.6 1999/10/05 22:34:02 joseph Exp $

*/
#include "kernel.h"
#include "wimplib.h"

extern const char frontend_taskname[];
extern int frontend_debug;
_kernel_oserror *popstar_event_poll( int *event_code, WimpPollBlock *pollblock, int nextidle );
int frontend_usersmenu( WimpMenu *menu );
void popstar_fetchallhandler( void );
void popstar_sendhandler( void );


#endif
