2003-11-16 17:46:31 +00:00
|
|
|
#ifndef __REFERENCES_H
|
|
|
|
#define __REFERENCES_H
|
2003-07-14 10:23:11 +00:00
|
|
|
|
2006-09-04 21:06:23 +00:00
|
|
|
#include "types.hh"
|
2009-03-28 20:51:33 +00:00
|
|
|
#include "hash.hh"
|
2003-07-14 10:23:11 +00:00
|
|
|
|
2006-09-04 21:06:23 +00:00
|
|
|
namespace nix {
|
2003-07-14 10:23:11 +00:00
|
|
|
|
2009-03-28 20:51:33 +00:00
|
|
|
PathSet scanForReferences(const Path & path, const PathSet & refs,
|
|
|
|
Hash & hash);
|
2006-09-04 21:06:23 +00:00
|
|
|
|
|
|
|
}
|
2003-07-14 10:23:11 +00:00
|
|
|
|
2003-11-16 17:46:31 +00:00
|
|
|
#endif /* !__REFERENCES_H */
|