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 36fa183d68f9..28c9117e4227 100644
--- a/src/libexpr/download.hh
+++ b/src/libexpr/download.hh
@@ -17,4 +17,6 @@ Path downloadFileCached(const string & url, bool unpack);
 
 MakeError(DownloadError, Error)
 
+bool isUri(const string & s);
+
 }