diff options
author | James Bursa <james@netsurf-browser.org> | 2007-01-13 00:19:02 +0000 |
---|---|---|
committer | James Bursa <james@netsurf-browser.org> | 2007-01-13 00:19:02 +0000 |
commit | e76140557d804016563be73d8220c46a9c42ca7a (patch) | |
tree | 7d24829ab8207abdaa7e0534211211e142234f51 /content/fetch.h | |
parent | 829f34b994b7b555f89f440e1553d698c9d1bf9f (diff) | |
download | netsurf-e76140557d804016563be73d8220c46a9c42ca7a.tar.gz |
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.h | 1 |
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 |