summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
Diffstat (limited to 'debug')
-rw-r--r--debug/netsurfd.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/debug/netsurfd.c b/debug/netsurfd.c
index 8163300d9..75417d87b 100644
--- a/debug/netsurfd.c
+++ b/debug/netsurfd.c
@@ -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;