snix/third_party/nix/src/libstore/references.hh
Vincent Ambo 0f2cf531f7 style(3p/nix): Reformat project in Google C++ style
Reformatted with:

    fd . -e hh -e cc | xargs clang-format -i
2020-05-17 16:31:57 +01:00

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);
}