X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/85611cd91c81b8218e954597a3aaf5e31bb22bfc..a31889935875a7d1d32c8dae2d6218d7938167f8:/src/http.h?ds=sidebyside diff --git a/src/http.h b/src/http.h index c9c7776e..d9aac4ab 100644 --- a/src/http.h +++ b/src/http.h @@ -22,6 +22,10 @@ #ifndef _VIKING_HTTP_H #define _VIKING_HTTP_H -int http_download_get_url ( const char *hostname, const char *uri, const char *fn, int already_redirected, int sendhostname ); +#include + +#include "download.h" + +int http_download_get_url ( const char *hostname, const char *uri, FILE *f, int already_redirected, DownloadOptions *options ); #endif