diff options
Diffstat (limited to 'src/fs/Config.hxx')
-rw-r--r-- | src/fs/Config.hxx | 7 |
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 |