mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
12 lines
169 B
C++
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);
|
||
|
|
||
|
}
|