mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
[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:
parent
b055948973
commit
044c050ff6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user