mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 06:22:42 +01:00
11 lines
169 B
C++
11 lines
169 B
C++
#pragma once
|
|
|
|
#include "types.hh"
|
|
#include "hash.hh"
|
|
|
|
namespace nix {
|
|
|
|
PathSet scanForReferences(const Path & path, const PathSet & refs,
|
|
HashResult & hash);
|
|
|
|
}
|