about summary refs log tree commit diff
path: root/src/libexpr/download.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr/download.hh')
-rw-r--r--src/libexpr/download.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libexpr/download.hh b/src/libexpr/download.hh
index aa4fd5083d4e..65396e5de329 100644
--- a/src/libexpr/download.hh
+++ b/src/libexpr/download.hh
@@ -13,4 +13,6 @@ struct DownloadResult
 
 DownloadResult downloadFile(string url, string expectedETag = "");
 
+MakeError(DownloadError, Error)
+
 }