aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-10 23:08:00 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-10 23:08:00 +0000
commita83209ea26dad012732dd7790f546a58e9354d6e (patch)
tree4be95f3e22f296be7f834d69ddc5a1be18aff416 /include/asterisk
parent1068c04ce71a9a9f5a9cd417327e8fde21977cf0 (diff)
issue #5709
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7050 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rwxr-xr-xinclude/asterisk/app.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index ef74f6543..38b1fdb73 100755
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -190,13 +190,13 @@ int ast_app_group_match_get_count(char *groupmatch, char *category);
\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) \