From 044c050ff6ae9a27968b5e43d7171b76ecc0a809 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 7 Nov 2003 23:52:08 +0000 Subject: [project @ 2003-11-07 23:52:08 by bursa] Add dummy login_list_get(). svn path=/import/netsurf/; revision=409 --- debug/netsurfd.c | 6 ++++++ 1 file changed, 6 insertions(+) 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; +} -- cgit v1.2.3