src/server/daemon/configmanager.h

changeset 571
0fa595aefd0f
parent 415
d938228c382e
equal deleted inserted replaced
570:f95868a8ec37 571:0fa595aefd0f
49 int cfgmgr_load_config(CfgManager *mgr); 49 int cfgmgr_load_config(CfgManager *mgr);
50 int cfgmgr_apply_config(CfgManager *mgr); 50 int cfgmgr_apply_config(CfgManager *mgr);
51 51
52 ServerConfiguration* cfgmgr_get_server_config(); 52 ServerConfiguration* cfgmgr_get_server_config();
53 53
54 int cfgmgr_shutdown(void);
55
54 56
55 #ifdef __cplusplus 57 #ifdef __cplusplus
56 } 58 }
57 #endif 59 #endif
58 60

mercurial