11 lines
184 B
C++
11 lines
184 B
C++
#pragma once
|
|
|
|
#include "hash.hh"
|
|
#include "types.hh"
|
|
|
|
namespace nix {
|
|
|
|
PathSet scanForReferences(const Path& path, const PathSet& refs,
|
|
HashResult& hash);
|
|
|
|
}
|