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"
|
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
|
|
|
|
2005-11-16 08:27:06 +00:00
|
|
|
PathSet scanForReferences(const Path & path, const PathSet & refs);
|
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 */
|