mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 00:22:35 +00:00
tweak windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10271 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ddb0012bda
commit
837b2c9bed
@ -506,7 +506,7 @@ SWITCH_DECLARE(switch_memory_pool_t *) switch_core_session_get_pool(_In_ switch_
|
||||
\return the newly created session
|
||||
*/
|
||||
SWITCH_DECLARE(switch_core_session_t *) switch_core_session_request_uuid(_In_ const switch_endpoint_interface_t *endpoint_interface,
|
||||
_Inout_opt_ switch_memory_pool_t **pool, _In_ const char *use_uuid);
|
||||
_Inout_opt_ switch_memory_pool_t **pool, _In_opt_z_ const char *use_uuid);
|
||||
#define switch_core_session_request(_ep, _p) switch_core_session_request_uuid(_ep, _p, NULL)
|
||||
|
||||
SWITCH_DECLARE(switch_status_t) switch_core_session_set_uuid(switch_core_session_t *session, const char *use_uuid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user