From fdaf72417a6172aa22cf067bc6cd625eeab2db0e Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 22 Jun 2004 17:37:51 +0000 Subject: [project @ 2004-06-22 17:37:51 by bursa] Fix aborting of fetches. svn path=/import/netsurf/; revision=990 --- content/fetch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/fetch.h') diff --git a/content/fetch.h b/content/fetch.h index f906b4bd4..df2fd65c6 100644 --- a/content/fetch.h +++ b/content/fetch.h @@ -36,7 +36,8 @@ extern bool fetch_active; void fetch_init(void); struct fetch * fetch_start(char *url, char *referer, - void (*callback)(fetch_msg msg, void *p, char *data, unsigned long size), + void (*callback)(fetch_msg msg, void *p, const char *data, + unsigned long size), void *p, bool only_2xx #ifdef WITH_POST , char *post_urlenc, -- cgit v1.2.3