git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2048 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-07-22 21:52:53 +00:00
parent 9c79c2a3fb
commit 9ef48b6e1f
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(char *console, const char **err
/*!
\brief Set/Get Session Limit
\param new new value (if > 0)
\param new_limit new value (if > 0)
\return the current session limit
*/
SWITCH_DECLARE(uint32_t) switch_core_session_limit(uint32_t new_limit);