diff options
Diffstat (limited to 'src/libfetchers/fetchers.hh')
-rw-r--r-- | src/libfetchers/fetchers.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libfetchers/fetchers.hh b/src/libfetchers/fetchers.hh index 89b1e6e7d..62807e53b 100644 --- a/src/libfetchers/fetchers.hh +++ b/src/libfetchers/fetchers.hh @@ -118,12 +118,14 @@ struct DownloadFileResult DownloadFileResult downloadFile( ref<Store> store, const std::string & url, + const Headers & headers, const std::string & name, bool immutable); std::pair<Tree, time_t> downloadTarball( ref<Store> store, const std::string & url, + const Headers & headers, const std::string & name, bool immutable); |