/* addurl.h
 *
 * WebGet: Acorn Web Fetcher and rewriter
 * Code to deal with add url dialogue
 *
 *  Joseph Heenan, 1998
 * All rights reserved.
 *
 * $Log: addurl,v $
 * Revision 1.4  1998/08/23 14:27:17  joseph
 * Added ability to drag URL/URI's to the iconbar.
 *
 * Revision 1.3  1998/07/25 17:37:01  joseph
 * Enabled Esc/Return in addurl window
 *
 * Revision 1.2  1998/07/25 16:45:32  joseph
 * Changes to support Acorn URI's broadcast method.
 *
 * Revision 1.1  1998/07/24 17:11:10  joseph
 * Added UI for adding URLs to a fetchfile
 *
 *
 */

#ifndef ADDURL_H
#define ADDURL_H

extern int addurl_open( const char */*url*/, int /*checkonly*/ );
extern void addurl_opendesc( const char */*url*/, const char */*desc*/ );
extern void addurl_init( int /*winhan*/ );
extern void addurl_mouseclick( int /*window*/, int /*icon*/, int /*but*/ );
extern int addurl_keypress( int /*key*/ );

#endif
