aboutsummaryrefslogtreecommitdiff
path: root/src/normalise.hh
diff options
context:
space:
mode:
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 49f9e68ee..72ee1d089 100644
--- a/src/normalise.hh
+++ b/src/normalise.hh
@@ -5,11 +5,11 @@
/* Normalise an fstate-expression, that is, return an equivalent
- Slice. */
-Slice normaliseFState(FSId id);
+ Slice. (For the meaning of `pending', see expandId()). */
+Slice normaliseFState(FSId id, FSIdSet pending = FSIdSet());
/* Realise a Slice in the file system. */
-void realiseSlice(const Slice & slice);
+void realiseSlice(const Slice & slice, FSIdSet pending = FSIdSet());
/* Get the list of root (output) paths of the given
fstate-expression. */