about summary refs log tree commit diff
path: root/src/nix-env/profiles.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-02-06T14·57+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-02-06T14·57+0000
commit7c0fa4474f0010f8266b85e891ca6049595ecb32 (patch)
tree86caef14ea29261fd3d9ebf77dc245adfc6c6729 /src/nix-env/profiles.hh
parent7abf9911d997b241f1e6b58805140fbfe1f2771d (diff)
* More refactoring.
Diffstat (limited to 'src/nix-env/profiles.hh')
-rw-r--r--src/nix-env/profiles.hh14
1 files changed, 14 insertions, 0 deletions
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 <string>
+
+#include "util.hh"
+
+
+Path createGeneration(Path profile, Path outPath, Path drvPath);
+
+void switchLink(Path link, Path target);
+
+
+#endif /* !__PROFILES_H */