From 2b1146bcb3c9febc89d53c49d88559f70b56043e Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 8 Apr 2010 11:47:05 +0000 Subject: Remove parent from fetches, clearing a todo from llcache.c svn path=/trunk/netsurf/; revision=10299 --- content/fetch.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'content/fetch.h') diff --git a/content/fetch.h b/content/fetch.h index 16dae63d0..24d8816b8 100644 --- a/content/fetch.h +++ b/content/fetch.h @@ -86,7 +86,7 @@ struct fetch * fetch_start(const char *url, const char *referer, fetch_callback callback, void *p, bool only_2xx, const char *post_urlenc, struct fetch_multipart_data *post_multipart, - bool verifiable, struct content *parent, + bool verifiable, char *headers[]); void fetch_abort(struct fetch *f); void fetch_poll(void); @@ -99,7 +99,6 @@ void fetch_change_callback(struct fetch *fetch, void *p); long fetch_http_code(struct fetch *fetch); const char *fetch_get_referer(struct fetch *fetch); -struct content *fetch_get_parent(struct fetch *fetch); bool fetch_get_verifiable(struct fetch *fetch); void fetch_multipart_data_destroy(struct fetch_multipart_data *list); -- cgit v1.2.3