summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-11-07 23:52:08 +0000
committerJames Bursa <james@netsurf-browser.org>2003-11-07 23:52:08 +0000
commit044c050ff6ae9a27968b5e43d7171b76ecc0a809 (patch)
tree928616df436cc5eb54d3ce5bf1efa3dd22ffcd7e
parentb055948973d213cbc29bc71a9b90a92240056264 (diff)
downloadnetsurf-044c050ff6ae9a27968b5e43d7171b76ecc0a809.tar.gz
netsurf-044c050ff6ae9a27968b5e43d7171b76ecc0a809.tar.bz2
[project @ 2003-11-07 23:52:08 by bursa]
Add dummy login_list_get(). svn path=/import/netsurf/; revision=409
-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;
+}