about summary refs log tree commit diff
path: root/src/normalise.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-07-29T09·45+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-07-29T09·45+0000
commit5acb45446e756c023bcb6f052331181671580a5e (patch)
treee4e1736b9e7df49a9ecc3107e57e4139988779d1 /src/normalise.hh
parentce5fd1cc12f678627163d532acd7dd4251758198 (diff)
* Let `nix --install' print out the id of the normal form.
* Some minor refactoring.

Diffstat (limited to 'src/normalise.hh')
-rw-r--r--src/normalise.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/normalise.hh b/src/normalise.hh
index 72ee1d0897d6..619fef8bf623 100644
--- a/src/normalise.hh
+++ b/src/normalise.hh
@@ -5,11 +5,11 @@
 
 
 /* Normalise an fstate-expression, that is, return an equivalent
-   Slice.  (For the meaning of `pending', see expandId()). */
-Slice normaliseFState(FSId id, FSIdSet pending = FSIdSet());
+   slice.  (For the meaning of `pending', see expandId()). */
+FSId normaliseFState(FSId id, FSIdSet pending = FSIdSet());
 
 /* Realise a Slice in the file system. */
-void realiseSlice(const Slice & slice, FSIdSet pending = FSIdSet());
+void realiseSlice(const FSId & id, FSIdSet pending = FSIdSet());
 
 /* Get the list of root (output) paths of the given
    fstate-expression. */