From 0d237485a98a09ef062b0d2914fedacc7133b732 Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Tue, 3 Mar 2009 17:21:00 +0000 Subject: [PATCH] Add doxygen comment to switch_channel_set_private git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12378 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_channel.h | 1 + 1 file changed, 1 insertion(+) 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);