Fix debug build.

svn path=/trunk/netsurf/; revision=2761
This commit is contained in:
James Bursa 2006-07-16 01:07:29 +00:00
parent dc612b767c
commit 74b6dce0be
1 changed files with 12 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include "netsurf/content/content.h"
#include "netsurf/content/fetchcache.h"
#include "netsurf/content/urldb.h"
#include "netsurf/desktop/cookies.h"
#include "netsurf/desktop/gui.h"
#include "netsurf/desktop/options.h"
#include "netsurf/desktop/textinput.h"
@ -201,3 +202,14 @@ bool gui_search_term_highlighted(struct gui_window *g,
const char *local_encoding_name(void) { return "ISO-8859-1"; }
struct caret ghost_caret;
bool cookies_update(const struct cookie_data *data) { return true; }
char *url_to_path(const char *url)
{
return strdup(url + 5);
}
void tree_set_node_sprite(struct node *node, const char *sprite,
const char *expanded) { }