From e76140557d804016563be73d8220c46a9c42ca7a Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 13 Jan 2007 00:19:02 +0000 Subject: Add fetch_http_code() to retrieve the HTTP status code of a fetch. svn path=/trunk/netsurf/; revision=3139 --- content/fetch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/fetch.h') diff --git a/content/fetch.h b/content/fetch.h index 4f8795add..331207fe2 100644 --- a/content/fetch.h +++ b/content/fetch.h @@ -82,5 +82,6 @@ void fetch_change_callback(struct fetch *fetch, void (*callback)(fetch_msg msg, void *p, const void *data, unsigned long size), void *p); +long fetch_http_code(struct fetch *fetch); #endif -- cgit v1.2.3