From 9ef48b6e1fc713c222ae0dca4e37d850f442d42d Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sat, 22 Jul 2006 21:52:53 +0000 Subject: [PATCH] dox git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2048 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/switch_core.h b/src/include/switch_core.h index d4e6f1421c..4183bde96c 100644 --- a/src/include/switch_core.h +++ b/src/include/switch_core.h @@ -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);