diff options
Diffstat (limited to 'src/core/Registry.hpp')
-rw-r--r-- | src/core/Registry.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/Registry.hpp b/src/core/Registry.hpp index 965f336..f932480 100644 --- a/src/core/Registry.hpp +++ b/src/core/Registry.hpp @@ -106,6 +106,11 @@ public: const std::string &mimetype); /** + * Registers mimetypes for some default extensions. + */ + void registerDefaultExtensions(); + + /** * Returns the mimetype for the given extension. * * @param extension is the file extension for which the mimetype should be |