From 7c0fa4474f0010f8266b85e891ca6049595ecb32 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 6 Feb 2004 14:57:10 +0000 Subject: * More refactoring. --- src/nix-env/profiles.hh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/nix-env/profiles.hh (limited to 'src/nix-env/profiles.hh') diff --git a/src/nix-env/profiles.hh b/src/nix-env/profiles.hh new file mode 100644 index 0000000000..3d3c86e50b --- /dev/null +++ b/src/nix-env/profiles.hh @@ -0,0 +1,14 @@ +#ifndef __PROFILES_H +#define __PROFILES_H + +#include + +#include "util.hh" + + +Path createGeneration(Path profile, Path outPath, Path drvPath); + +void switchLink(Path link, Path target); + + +#endif /* !__PROFILES_H */ -- cgit 1.4.1