Fix debug build.

svn path=/trunk/netsurf/; revision=2790
This commit is contained in:
James Bursa 2006-07-23 16:49:19 +00:00
parent dfd0110726
commit 985c82a46c
1 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,8 @@ const char *local_encoding_name(void) { return "ISO-8859-1"; }
struct caret ghost_caret;
bool cookies_update(const struct cookie_data *data) { return true; }
bool cookies_update(const char *domain, const struct cookie_data *data)
{ return true; }
char *url_to_path(const char *url)
{