make param optional
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7034 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ebdab14c23
commit
5fac88fdf1
|
@ -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
|
||||
\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
|
||||
|
|
Loading…
Reference in New Issue