X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/932f8f225c72899fd379cb59d7ade3aa55e2c3e0..a31889935875a7d1d32c8dae2d6218d7938167f8:/src/http.h?ds=sidebyside diff --git a/src/http.h b/src/http.h index 04f5f743..d9aac4ab 100644 --- a/src/http.h +++ b/src/http.h @@ -24,6 +24,8 @@ #include -int http_download_get_url ( const char *hostname, const char *uri, FILE *f, int already_redirected, int sendhostname ); +#include "download.h" + +int http_download_get_url ( const char *hostname, const char *uri, FILE *f, int already_redirected, DownloadOptions *options ); #endif