aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/Config.hxx')
-rw-r--r--src/fs/Config.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fs/Config.hxx b/src/fs/Config.hxx
index d4f1709f5..d2cde4a66 100644
--- a/src/fs/Config.hxx
+++ b/src/fs/Config.hxx
@@ -22,10 +22,12 @@
#include "check.h"
+class Error;
+
/**
* Performs global one-time initialization of this class.
*/
-void
-ConfigureFS();
+bool
+ConfigureFS(Error &error);
#endif