diff options
Diffstat (limited to 'src/libexpr/download.hh')
-rw-r--r-- | src/libexpr/download.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libexpr/download.hh b/src/libexpr/download.hh index 65396e5de329..36fa183d68f9 100644 --- a/src/libexpr/download.hh +++ b/src/libexpr/download.hh @@ -13,6 +13,8 @@ struct DownloadResult DownloadResult downloadFile(string url, string expectedETag = ""); +Path downloadFileCached(const string & url, bool unpack); + MakeError(DownloadError, Error) } |