[Asterisk-cvs] asterisk/include/asterisk app.h,1.45,1.46

russell russell
Thu Nov 10 18:17:14 CST 2005


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

Modified Files:
	app.h 
Log Message:
issue #5709


Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- app.h	8 Nov 2005 03:41:10 -0000	1.45
+++ app.h	10 Nov 2005 23:08:00 -0000	1.46
@@ -190,13 +190,13 @@
   \param arglist The list of arguments, defined using AST_APP_ARG
 
   This macro defines a structure intended to be used in a call
-  to ast_separate_app_args(). The structure includes all the
+  to ast_app_separate_args(). The structure includes all the
   arguments specified, plus an argv array that overlays them and an
   argc argument counter. The arguments must be declared using AST_APP_ARG,
   and they will all be character pointers (strings).
 
   \note The structure is <b>not</b> initialized, as the call to
-  ast_separate_app_args() will perform that function before parsing
+  ast_app_separate_args() will perform that function before parsing
   the arguments.
  */
 #define AST_DECLARE_APP_ARGS(name, arglist) \




More information about the svn-commits mailing list