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:
parent
06ae269c7c
commit
3e5a019a07
14 changed files with 362 additions and 174 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue