summaryrefslogtreecommitdiff
path: root/src/utils/reload.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/reload.hpp')
-rw-r--r--src/utils/reload.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/utils/reload.hpp b/src/utils/reload.hpp
deleted file mode 100644
index 16d64f7..0000000
--- a/src/utils/reload.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef RELOAD_HPP_INCLUDED
-#define RELOAD_HPP_INCLUDED
-
-/**
- * Reload the server's configuration, and close the logger (so that it
- * closes its files etc, to take into account the new configuration)
- */
-void reload_process();
-
-#endif /* RELOAD_HPP_INCLUDED */