2012-07-18 20:59:03 +02:00
|
|
|
#pragma once
|
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,
|
2010-11-16 18:11:46 +01:00
|
|
|
HashResult & hash);
|
2006-09-04 23:06:23 +02:00
|
|
|
|
|
|
|
}
|