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

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


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

Modified Files:
	app.h 
Log Message:
fix missing proto's missing semi colon

Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- app.h	29 Dec 2004 18:43:38 -0000	1.18
+++ app.h	29 Dec 2004 18:46:19 -0000	1.19
@@ -83,7 +83,7 @@
 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)
+int ast_seperate_app_args(char *buf, char delim, char **array, int arraylen);
 
 #if defined(__cplusplus) || defined(c_plusplus)
 }




More information about the svn-commits mailing list