From 18bf9706dd8b9d6362f1361d34d968c7e0c9dfa7 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 15 Jul 2003 18:11:25 +0000 Subject: [project @ 2003-07-15 18:11:25 by bursa] Fix debug build. svn path=/import/netsurf/; revision=222 --- debug/netsurfd.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debug/netsurfd.c b/debug/netsurfd.c index 48c1a2d26..c5ad28e9d 100644 --- a/debug/netsurfd.c +++ b/debug/netsurfd.c @@ -45,6 +45,7 @@ int main(int argc, char *argv[]) fetch_poll(); puts("=== SUCCESS, dumping cache"); cache_dump(); + content_remove_user(c, callback, 0, 0); } cache_quit(); @@ -71,4 +72,7 @@ void plugin_decode(void *a, void *b, void *c, void *d) { } - +void html_redraw(struct content *c, long x, long y, + unsigned long width, unsigned long height) +{ +} -- cgit v1.2.3