From: Mathieu Rene Date: Tue, 3 Mar 2009 17:21:00 +0000 (+0000) Subject: Add doxygen comment to switch_channel_set_private X-Git-Tag: v1.0.4~1730 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d237485a98a09ef062b0d2914fedacc7133b732;p=thirdparty%2Ffreeswitch.git Add doxygen comment to switch_channel_set_private git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12378 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_channel.h b/src/include/switch_channel.h index 4824a0c8a3..cb88143e8c 100644 --- a/src/include/switch_channel.h +++ b/src/include/switch_channel.h @@ -398,6 +398,7 @@ SWITCH_DECLARE(const switch_state_handler_table_t *) switch_channel_get_state_ha \param key unique keyname to associate your private data to \param private_info void pointer to private data \return SWITCH_STATUS_SUCCESS if data was set + \remarks set NULL to delete your private data */ SWITCH_DECLARE(switch_status_t) switch_channel_set_private(switch_channel_t *channel, const char *key, const void *private_info);