]> git.street.me.uk Git - andy/viking.git/blobdiff - src/http.h
Add referer to DownloadOptions
[andy/viking.git] / src / http.h
index 04f5f74372232d81e718abad5e83beaceae1d48f..d9aac4ab8578c35774726333f9db504588e1df1f 100644 (file)
@@ -24,6 +24,8 @@
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
-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
 
 #endif