mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 08:19:35 +01:00
12 lines
190 B
C++
12 lines
190 B
C++
#ifndef __REFERENCES_H
|
|
#define __REFERENCES_H
|
|
|
|
#include "types.hh"
|
|
|
|
namespace nix {
|
|
|
|
PathSet scanForReferences(const Path & path, const PathSet & refs);
|
|
|
|
}
|
|
|
|
#endif /* !__REFERENCES_H */
|