/*
 * $Log: status,v $
 * Revision 1.1  1998/07/01 21:53:26  joseph
 * Added status window
 *
 *
 */

#ifndef STATUS_H
#define STATUS_H

void status_init( int /*winhan*/ );
void status_seturl( int /*no*/, char */*url*/ );
void status_clearurls( void );
void status_update( void );

#endif
