[Asterisk-cvs] asterisk/include/asterisk app.h,1.17,1.18

anthm at lists.digium.com anthm at lists.digium.com
Wed Dec 29 13:48:51 CST 2004


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

Modified Files:
	app.h 
Log Message:
fix missing proto

Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- app.h	3 Oct 2004 21:18:27 -0000	1.17
+++ app.h	29 Dec 2004 18:43:38 -0000	1.18
@@ -82,6 +82,9 @@
 //! Get the current channel count of all groups that match the specified pattern and category.
 int ast_app_group_match_get_count(char *groupmatch, char *category);
 
+//! Create an argc argv type structure for app args
+int ast_seperate_app_args(char *buf, char delim, char **array, int arraylen)
+
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif




More information about the svn-commits mailing list