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

anthm at lists.digium.com anthm at lists.digium.com
Tue Dec 28 09:58:47 CST 2004


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

Modified Files:
	config_pvt.h 
Log Message:
tiny tweak to allow pvt config engines to use __ast_load

Index: config_pvt.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/config_pvt.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- config_pvt.h	23 Nov 2004 17:58:59 -0000	1.5
+++ config_pvt.h	28 Dec 2004 14:53:40 -0000	1.6
@@ -58,7 +58,7 @@
 int ast_cust_config_deregister(struct ast_config_reg *new);
 int register_config_cli(void);
 int read_ast_cust_config(void);
-
+struct ast_config *ast_internal_load(const char *configfile, struct ast_config *tmp, struct ast_category **_tmpc, struct ast_variable **_last, int includelevel);
 
 
 




More information about the svn-commits mailing list