From 14d426098ed09365ee9842d892cf02c828db2d19 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 10 Nov 2005 23:08:00 +0000 Subject: issue #5709 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7050 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/app.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/asterisk/app.h') 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 not 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) \ -- cgit v1.2.3