[Freeswitch-svn] [commit] r12372 - freeswitch/trunk/src/include

FreeSWITCH SVN mrene at freeswitch.org
Tue Mar 3 09:05:18 PST 2009


Author: mrene
Date: Tue Mar  3 11:05:17 2009
New Revision: 12372

Log:
Fix doxygen comment without messing with the rest

Modified:
   freeswitch/trunk/src/include/switch_channel.h

Modified: freeswitch/trunk/src/include/switch_channel.h
==============================================================================
--- freeswitch/trunk/src/include/switch_channel.h	(original)
+++ freeswitch/trunk/src/include/switch_channel.h	Tue Mar  3 11:05:17 2009
@@ -413,7 +413,7 @@
   \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
+  \return void SWITCH_STATUS_SUCCESS if data was unset
 */
 SWITCH_DECLARE(switch_status_t) switch_channel_unset_private(switch_channel_t *channel, const char *key);
 



More information about the Freeswitch-svn mailing list