aboutsummaryrefslogtreecommitdiff
path: root/src/download.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/download.h')
-rw-r--r--src/download.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/download.h b/src/download.h
index 0682ba9..3c7f0aa 100644
--- a/src/download.h
+++ b/src/download.h
@@ -3,5 +3,6 @@
struct Buffer;
int download_to_buffer(const char *url, struct Buffer *buffer);
+int is_header_response_ok(const char *url);
#endif