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

* Some utility functions for working with ATerms.

This commit is contained in:
Eelco Dolstra 2003-11-16 17:46:31 +00:00
parent 06ae269c7c
commit 3e5a019a07
14 changed files with 362 additions and 174 deletions

View file

@ -1,5 +1,5 @@
#ifndef __VALUES_H
#define __VALUES_H
#ifndef __REFERENCES_H
#define __REFERENCES_H
#include "util.hh"
@ -7,4 +7,4 @@
Strings filterReferences(const Path & path, const Strings & refs);
#endif /* !__VALUES_H */
#endif /* !__REFERENCES_H */