1 #ifndef ACL_MASTER_CONF_INCLUDE_H 2 #define ACL_MASTER_CONF_INCLUDE_H 4 #include "../stdlib/acl_define.h" 5 #include "../master/acl_master_type.h" 7 #ifndef ACL_CLIENT_ONLY #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