Squash warning

svn path=/trunk/netsurf/; revision=11101
This commit is contained in:
Chris Young 2010-12-19 17:33:16 +00:00
parent 87592394cf
commit ec1e826e3b
2 changed files with 1 additions and 3 deletions

View File

@ -63,7 +63,7 @@ void gui_401login_open(const char *url, const char *realm,
url_host(url, &host);
lw->host = host;
lw->url = url;
lw->url = (char *)url;
lw->realm = (char *)realm;
lw->cb = cb;
lw->cbpw = cbpw;

View File

@ -23,7 +23,5 @@
struct gui_login_window;
void ami_401login_close(struct gui_login_window *lw);
void ami_401login_login(struct gui_login_window *lw);
BOOL ami_401login_event(struct gui_login_window *lw);
#endif