guix/nix/libstore/references.hh
2014-12-19 22:47:37 +01:00

12 lines
169 B
C++

#pragma once
#include "types.hh"
#include "hash.hh"
namespace nix {
PathSet scanForReferences(const Path & path, const PathSet & refs,
HashResult & hash);
}