]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 9 Jan 2006 20:13:13 +0000 (20:13 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 9 Jan 2006 20:13:13 +0000 (20:13 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@310 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_core.h

index 464748fe1ff9dc061a6c698001cb54651bd69834..e93d981494bb2c4eeeda934038353af0ac83a43d 100644 (file)
@@ -335,6 +335,7 @@ SWITCH_DECLARE(switch_status) switch_core_session_answer_channel(switch_core_ses
 /*! 
   \brief Receive a message on a given session
   \param session the session to receive the message from
+  \param message the message to recieve
   \return the status returned by the message handler
 */
 SWITCH_DECLARE(switch_status) switch_core_session_receive_message(switch_core_session *session, switch_core_session_message *message);