aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-14 10:19:09 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-14 10:19:09 +0000
commitdb260b55fd55f402bd0a031ec3a116e78d94b3b6 (patch)
treeab8a5968b2869e2b4b8713d436e0b3a9e1ad8061 /res/res_agi.c
parenta839cc623e9260785ff12295206b669e5b4db1f1 (diff)
Formatting fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103668 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_agi.c')
-rw-r--r--res/res_agi.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index a0ee1fcb8..402557408 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -406,6 +406,7 @@ static enum agi_result launch_asyncagi(struct ast_channel *chan, char *argv[], i
the channel is hung up anyways */
return AGI_RESULT_FAILURE;
}
+
/* handlers will get the pipe write fd and we read the AGI responses
from the pipe read fd */
async_agi.fd = fds[1];
@@ -982,7 +983,7 @@ static int handle_streamfile(struct ast_channel *chan, AGI *agi, int argc, char
return (res >= 0) ? RESULT_SUCCESS : RESULT_FAILURE;
}
-/* get option - really similar to the handle_streamfile, but with a timeout */
+/*! \brief get option - really similar to the handle_streamfile, but with a timeout */
static int handle_getoption(struct ast_channel *chan, AGI *agi, int argc, char *argv[])
{
int res, vres;
@@ -1050,7 +1051,7 @@ static int handle_getoption(struct ast_channel *chan, AGI *agi, int argc, char *
-/*--- handle_saynumber: Say number in various language syntaxes ---*/
+/*! \brief Say number in various language syntaxes */
/* While waiting, we're sending a NULL. */
static int handle_saynumber(struct ast_channel *chan, AGI *agi, int argc, char *argv[])
{