[project @ 2003-11-15 00:15:40 by jmb]

Fix debug build.

svn path=/import/netsurf/; revision=417
This commit is contained in:
John Mark Bell 2003-11-15 00:15:40 +00:00
parent 01d735dab8
commit c617bbd432

View File

@ -91,6 +91,24 @@ void html_redraw(struct content *c, long x, long y,
{
}
void html_add_instance(struct content *c, struct browser_window *bw,
struct content *page, struct box *box,
struct object_params *params, void **state)
{
}
void html_reshape_instance(struct content *c, struct browser_window *bw,
struct content *page, struct box *box,
struct object_params *params, void **state)
{
}
void html_remove_instance(struct content *c, struct browser_window *bw,
struct content *page, struct box *box,
struct object_params *params, void **state)
{
}
void *login_list_get(char *url)
{
return 0;