references.hh 169 B

123456789101112
  1. #pragma once
  2. #include "types.hh"
  3. #include "hash.hh"
  4. namespace nix {
  5. PathSet scanForReferences(const Path & path, const PathSet & refs,
  6. HashResult & hash);
  7. }