[project @ 2003-11-07 23:52:08 by bursa]

Add dummy login_list_get().

svn path=/import/netsurf/; revision=409
This commit is contained in:
James Bursa 2003-11-07 23:52:08 +00:00
parent b055948973
commit 044c050ff6
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}