From a63221a624f9cc51e57aa71f0b96c3b4f5a8c262 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 24 Jun 2006 15:44:48 +0000 Subject: Rewrite cookie parser to be more tolerant of junk input No longer need urldb_init; remove it. svn path=/trunk/netsurf/; revision=2643 --- content/urldb.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'content/urldb.h') diff --git a/content/urldb.h b/content/urldb.h index 02d217593..04a8b5d2f 100644 --- a/content/urldb.h +++ b/content/urldb.h @@ -25,9 +25,6 @@ struct url_data { struct bitmap; -/* Initialisation */ -void urldb_init(void); - /* Persistence support */ void urldb_load(const char *filename); void urldb_save(const char *filename); -- cgit v1.2.3