summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
Diffstat (limited to 'debug')
-rw-r--r--debug/netsurfd.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/debug/netsurfd.c b/debug/netsurfd.c
index c09dd3f2f..8163300d9 100644
--- a/debug/netsurfd.c
+++ b/debug/netsurfd.c
@@ -12,6 +12,7 @@
#include "netsurf/content/content.h"
#include "netsurf/content/fetchcache.h"
#include "netsurf/utils/log.h"
+#include "netsurf/utils/utils.h"
int done, destroyed;
@@ -89,3 +90,8 @@ void html_redraw(struct content *c, long x, long y,
long x0, long y0, long x1, long y1)
{
}
+
+void *login_list_get(char *url)
+{
+ return 0;
+}