summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
Diffstat (limited to 'debug')
-rw-r--r--debug/netsurfd.c6
1 files changed, 5 insertions, 1 deletions
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)
+{
+}