src/server/daemon/configmanager.h

changeset 388
30d29ef5b79a
parent 255
b5d15a4a19f5
child 415
d938228c382e
equal deleted inserted replaced
387:f5caf41b4db6 388:30d29ef5b79a
44 extern "C" { 44 extern "C" {
45 #endif 45 #endif
46 46
47 void init_configuration_manager(); 47 void init_configuration_manager();
48 48
49 int cfgmgr_load_config(ServerConfiguration **cfg); 49 int cfgmgr_load_config(CfgManager *mgr);
50 int cfgmgr_apply_config(CfgManager *mgr);
50 51
51 ServerConfiguration* cfgmgr_get_server_config(); 52 ServerConfiguration* cfgmgr_get_server_config();
52 53
53 54
54 #ifdef __cplusplus 55 #ifdef __cplusplus

mercurial