[Freeswitch-svn] [commit] r4225 - freeswitch/trunk/src/include
Freeswitch SVN
mikej at freeswitch.org
Mon Feb 12 23:41:29 EST 2007
Author: mikej
Date: Mon Feb 12 23:41:28 2007
New Revision: 4225
Modified:
freeswitch/trunk/src/include/switch_channel.h
Log:
add missing prototype for switch_channel_perform_mark_ring_ready
Modified: freeswitch/trunk/src/include/switch_channel.h
==============================================================================
--- freeswitch/trunk/src/include/switch_channel.h (original)
+++ freeswitch/trunk/src/include/switch_channel.h Mon Feb 12 23:41:28 2007
@@ -323,6 +323,11 @@
const char *func,
int line);
+SWITCH_DECLARE(switch_status_t) switch_channel_perform_mark_ring_ready(switch_channel_t *channel,
+ const char *file,
+ const char *func,
+ int line);
+
/*!
\brief Indicate progress on a channel to attempt early media
\param channel channel to pre-answer
More information about the Freeswitch-svn
mailing list