diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-15T22·28+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-07-15T22·28+0000 |
commit | d41d085b771d0f87658fe22512178603b3a0c633 (patch) | |
tree | 55ba61b12eb910163da2994b8cc7bfb04b7ab3cc /src/fstate.hh | |
parent | 7b3f44e05baa49b26dd7c1ed71265c6bbc946aa4 (diff) |
* Get Fix and Nix to work again.
Diffstat (limited to 'src/fstate.hh')
-rw-r--r-- | src/fstate.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fstate.hh b/src/fstate.hh index a195281646b6..afbf34dab28a 100644 --- a/src/fstate.hh +++ b/src/fstate.hh @@ -115,5 +115,7 @@ Slice normaliseFState(FSId id); /* Realise a Slice in the file system. */ void realiseSlice(const Slice & slice); +Strings fstatePaths(FSId id); + #endif /* !__FSTATE_H */ |