mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 14:28:24 +00:00
Build out "multi" version of realtime config (directory and realtime extensions will need this)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4324 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -52,6 +52,8 @@ int ast_save(char *filename, struct ast_config *cfg, char *generator);
|
||||
struct ast_config *ast_new_config(void);
|
||||
struct ast_category *ast_new_category(char *name);
|
||||
struct ast_variable *ast_new_variable(char *name,char *value);
|
||||
void ast_category_append(struct ast_config *config, struct ast_category *cat);
|
||||
void ast_category_destroy(struct ast_category *cat);
|
||||
int ast_cust_config_register(struct ast_config_reg *new);
|
||||
int ast_cust_config_deregister(struct ast_config_reg *new);
|
||||
int register_config_cli(void);
|
||||
|
||||
Reference in New Issue
Block a user