blob: 6a56acd89e234a4750557e5ccd47d42f51aa1b16 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#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 reload_process();
|