From b1c5e9e55b1d76a72df73200774e6007550961b3 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 1 Dec 2006 16:00:16 +0000 Subject: [PATCH] dox git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3505 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_ivr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/switch_ivr.h b/src/include/switch_ivr.h index f8c3978e6b..7c3d2c4a82 100644 --- a/src/include/switch_ivr.h +++ b/src/include/switch_ivr.h @@ -458,6 +458,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_digit_stream_parser_reset(switch_ivr_ /*! \brief Set a digit string terminator \param parser a pointer to the parser object created by switch_ivr_digit_stream_parser_new + \param digit the terminator digit \return SWITCH_STATUS_SUCCESS if all is well */ SWITCH_DECLARE(switch_status_t) switch_ivr_digit_stream_parser_set_terminator(switch_ivr_digit_stream_parser_t *parser, char digit);