acl  3.5.3.0
acl_master_conf.h
浏览该文件的文档.
1 #ifndef ACL_MASTER_CONF_INCLUDE_H
2 #define ACL_MASTER_CONF_INCLUDE_H
3 
4 #include "../stdlib/acl_define.h"
5 #include "../master/acl_master_type.h"
6 
7 #ifndef ACL_CLIENT_ONLY
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 ACL_API void acl_app_conf_load(const char *pathname);
14 ACL_API void acl_app_conf_unload(void);
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif /* ACL_CLIENT_ONLY */
26 #endif
#define ACL_CONFIG_INT_TABLE
ACL_API void acl_free_app_conf_str_table(ACL_CONFIG_STR_TABLE *table)
ACL_API void acl_get_app_conf_int64_table(ACL_CONFIG_INT64_TABLE *table)
ACL_API void acl_get_app_conf_int_table(ACL_CONFIG_INT_TABLE *table)
ACL_API void acl_app_conf_unload(void)
ACL_API void acl_get_app_conf_str_table(ACL_CONFIG_STR_TABLE *table)
ACL_API void acl_app_conf_load(const char *pathname)
#define ACL_CONFIG_STR_TABLE
#define ACL_CONFIG_BOOL_TABLE
ACL_API void acl_get_app_conf_bool_table(ACL_CONFIG_BOOL_TABLE *table)
#define ACL_CONFIG_INT64_TABLE