]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fixed a clang-3.5 missing-prototype warning and added doxygen
authorKathleen King <kathleen.king@quentustech.com>
Fri, 4 Jul 2014 01:51:14 +0000 (18:51 -0700)
committerKathleen King <kathleen.king@quentustech.com>
Fri, 4 Jul 2014 01:51:14 +0000 (18:51 -0700)
documentation for switch_channel_set_presence_data_vals. #doxygen

src/include/switch_channel.h

index aea8c217d285a55e638345e99f8a8673df2daff7..a305c96a450c0906465ffa2d6163bbb069c01067 100644 (file)
@@ -165,6 +165,13 @@ SWITCH_DECLARE(switch_status_t) switch_channel_alloc(_In_ switch_channel_t **cha
 SWITCH_DECLARE(switch_status_t) switch_channel_init(switch_channel_t *channel, switch_core_session_t *session, switch_channel_state_t state,
                                                                                                        switch_channel_flag_t flag);
 
+/*!
+  \brief Takes presence_data_cols as a parameter or as a channel variable and copies them to channel profile variables
+  \param channel the channel on which to set the channel profile variables
+  \param presence_data_cols is a colon separated list of channel variables to copy to channel profile variables
+ */
+SWITCH_DECLARE(void) switch_channel_set_presence_data_vals(switch_channel_t *channel, const char *presence_data_cols);
+
 /*!
   \brief Fire A presence event for the channel
   \param channel the channel to initilize