提交 5fac88fd authored 作者: Michael Jerris's avatar Michael Jerris

make param optional

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7034 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ebdab14c
...@@ -663,7 +663,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_set_private(_In_ switch_core ...@@ -663,7 +663,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_set_private(_In_ switch_core
\param private_info an optional pointer to private data for the new stream \param private_info an optional pointer to private data for the new stream
\return the stream id of the new stream \return the stream id of the new stream
*/ */
SWITCH_DECLARE(int) switch_core_session_add_stream(_In_ switch_core_session_t *session, _In_ void *private_info); SWITCH_DECLARE(int) switch_core_session_add_stream(_In_ switch_core_session_t *session, _In_opt_ void *private_info);
/*! /*!
\brief Retreive a logical stream from a session \brief Retreive a logical stream from a session
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论