From ddcb03c042bf3a48c800deba8960b28bbdf63c26 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sun, 12 Nov 2006 00:40:00 +0000 Subject: [PATCH] dox git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3321 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_ivr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/switch_ivr.h b/src/include/switch_ivr.h index db7d1148e7..58d18bd4bb 100644 --- a/src/include/switch_ivr.h +++ b/src/include/switch_ivr.h @@ -444,7 +444,6 @@ typedef struct switch_ivr_menu_action switch_ivr_menu_action_t; *\param timeout A number of milliseconds to pause before looping. *\param max_failures Maximum number of failures to withstand before hangingup This resets everytime you enter the menu. *\param inlen The max len of the input (1 for 1 digit menu opts, 2 for 2 digit etc.) - *\param flags Optional parameters to set to influence the menu behaviour. *\param pool memory pool (NULL to create one) *\return SWUTCH_STATUS_SUCCESS if the menu was created */