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