aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/references.hh
diff options
context:
space:
mode:
Diffstat (limited to 'nix/libstore/references.hh')
-rw-r--r--nix/libstore/references.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/nix/libstore/references.hh b/nix/libstore/references.hh
new file mode 100644
index 0000000000..013809d122
--- /dev/null
+++ b/nix/libstore/references.hh
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "types.hh"
+#include "hash.hh"
+
+namespace nix {
+
+PathSet scanForReferences(const Path & path, const PathSet & refs,
+ HashResult & hash);
+
+}