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.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/fs/Config.hxx b/src/fs/Config.hxx
index d4f1709f5..403c07685 100644
--- a/src/fs/Config.hxx
+++ b/src/fs/Config.hxx
@@ -22,10 +22,15 @@
#include "check.h"
+class Error;
+
/**
* Performs global one-time initialization of this class.
*/
+bool
+ConfigureFS(Error &error);
+
void
-ConfigureFS();
+DeinitFS();
#endif