blob: 16d64f7f76f228c5fa57c82c1c4757601a80f837 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#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 */
|