about summary refs log tree commit diff
path: root/third_party/nix/src/libstore/references.hh
blob: 2229150e335900a1b9c7ec88e4bbc964fdecf70d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "hash.hh"
#include "types.hh"

namespace nix {

PathSet scanForReferences(const Path& path, const PathSet& refs,
                          HashResult& hash);

}