mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
MODAPP-244 bkw stop trying to commit faster than me :P
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12369 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -409,6 +409,14 @@ SWITCH_DECLARE(switch_status_t) switch_channel_set_private(switch_channel_t *cha
|
||||
*/
|
||||
SWITCH_DECLARE(void *) switch_channel_get_private(switch_channel_t *channel, const char *key);
|
||||
|
||||
/*!
|
||||
\brief Unsets private from a given channel
|
||||
\param channel channel to unsets data from
|
||||
\param key your private data's unique keyname
|
||||
\return void pointer to channel's private data
|
||||
*/
|
||||
SWITCH_DECLARE(switch_status_t) switch_channel_unset_private(switch_channel_t *channel, const char *key);
|
||||
|
||||
/*!
|
||||
\brief Assign a name to a given channel
|
||||
\param channel channel to assign name to
|
||||
|
Reference in New Issue
Block a user