aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/config_pvt.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-23 17:58:59 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-23 17:58:59 +0000
commitf53a4499ef0913a196808e53319cd619e8e2b153 (patch)
treecc06062d8a0ac18ce183e652435cb0d12fa271aa /include/asterisk/config_pvt.h
parent594ee6f42d8a25421c2b5e42f37d09224e0a8596 (diff)
Build out "multi" version of realtime config (directory and realtime extensions will need this)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4324 f38db490-d61c-443f-a65b-d21fe96a405b
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);