From d41d085b771d0f87658fe22512178603b3a0c633 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 15 Jul 2003 22:28:27 +0000 Subject: * Get Fix and Nix to work again. --- src/fstate.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fstate.hh') 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 */ -- cgit 1.4.1