aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/config_pvt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/config_pvt.h')
-rwxr-xr-xinclude/asterisk/config_pvt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/config_pvt.h b/include/asterisk/config_pvt.h
index c79c26e19..2f5c80de9 100755
--- a/include/asterisk/config_pvt.h
+++ b/include/asterisk/config_pvt.h
@@ -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);