1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 12:41:00 +01:00

Before adjusting getStateReferencesClosure_

This commit is contained in:
Wouter den Breejen 2007-06-13 15:18:57 +00:00
parent bc0af4449a
commit 184443d18d
7 changed files with 144 additions and 43 deletions

View file

@ -302,6 +302,9 @@ bool IsDirectory(const string FileName);
string getCallingUserName();
/* TODO */
PathSet mergePathSets(const PathSet & paths1, const PathSet & paths2);
}
#endif /* !__UTIL_H */