[Asterisk-cvs] asterisk/include/asterisk config_pvt.h,1.4,1.5

markster at lists.digium.com markster at lists.digium.com
Tue Nov 23 12:59:21 CST 2004


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv10199/include/asterisk

Modified Files:
	config_pvt.h 
Log Message:
Build out "multi" version of realtime config (directory and realtime extensions will need this)


Index: config_pvt.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/config_pvt.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- config_pvt.h	8 Oct 2004 18:20:49 -0000	1.4
+++ config_pvt.h	23 Nov 2004 17:58:59 -0000	1.5
@@ -52,6 +52,8 @@
 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);




More information about the svn-commits mailing list