1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-10 02:51:02 +01:00

* libnix -> libstore.

This commit is contained in:
Eelco Dolstra 2003-11-18 10:55:27 +00:00
parent 8798fae304
commit 9f0f020929
26 changed files with 12 additions and 12 deletions

View file

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