summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2007-01-13 00:19:02 +0000
committerJames Bursa <james@netsurf-browser.org>2007-01-13 00:19:02 +0000
commite76140557d804016563be73d8220c46a9c42ca7a (patch)
tree7d24829ab8207abdaa7e0534211211e142234f51 /content/fetch.h
parent829f34b994b7b555f89f440e1553d698c9d1bf9f (diff)
downloadnetsurf-e76140557d804016563be73d8220c46a9c42ca7a.tar.gz
netsurf-e76140557d804016563be73d8220c46a9c42ca7a.tar.bz2
Add fetch_http_code() to retrieve the HTTP status code of a fetch.
svn path=/trunk/netsurf/; revision=3139
Diffstat (limited to 'content/fetch.h')
-rw-r--r--content/fetch.h1
1 files changed, 1 insertions, 0 deletions
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