diff options
Diffstat (limited to 'louloulibs/utils/reload.hpp')
-rw-r--r-- | louloulibs/utils/reload.hpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/louloulibs/utils/reload.hpp b/louloulibs/utils/reload.hpp index 6a56acd..408426a 100644 --- a/louloulibs/utils/reload.hpp +++ b/louloulibs/utils/reload.hpp @@ -1,10 +1,4 @@ #pragma once - -/** - * Reload the server's configuration, and close the logger (so that it - * closes its files etc, to take into account the new configuration) - */ +void open_database(); void reload_process(); - - |