guix/nix/libstore/references.hh

12 lines
169 B
C++
Raw Permalink Normal View History

2014-12-17 22:00:42 +00:00
#pragma once
#include "types.hh"
#include "hash.hh"
namespace nix {
PathSet scanForReferences(const Path & path, const PathSet & refs,
HashResult & hash);
}