diff options
Diffstat (limited to '')
-rw-r--r-- | src/fs/Config.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/Config.hxx b/src/fs/Config.hxx index d2cde4a66..403c07685 100644 --- a/src/fs/Config.hxx +++ b/src/fs/Config.hxx @@ -30,4 +30,7 @@ class Error; bool ConfigureFS(Error &error); +void +DeinitFS(); + #endif |