[asterisk-commits] mmichelson: branch group/CCSS r230582 - /team/group/CCSS/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Nov 19 17:16:36 CST 2009
Author: mmichelson
Date: Thu Nov 19 17:16:34 2009
New Revision: 230582
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=230582
Log:
Stub out functions to make the compiler happy for a while.
Modified:
team/group/CCSS/channels/chan_sip.c
Modified: team/group/CCSS/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/channels/chan_sip.c?view=diff&rev=230582&r1=230581&r2=230582
==============================================================================
--- team/group/CCSS/channels/chan_sip.c (original)
+++ team/group/CCSS/channels/chan_sip.c Thu Nov 19 17:16:34 2009
@@ -1706,8 +1706,14 @@
return 0;
}
-static void cc_handle_ok(struct sip_pvt *, struct sip_request *, struct sip_epa_entry *);
-static void cc_handle_error(struct sip_pvt *, const int resp, struct sip_request *, struct sip_epa_entry *);
+static void cc_handle_ok(struct sip_pvt *, struct sip_request *, struct sip_epa_entry *)
+{
+ /* XXX STUB */
+}
+static void cc_handle_error(struct sip_pvt *, const int resp, struct sip_request *, struct sip_epa_entry *)
+{
+ /* XXX STUB */
+}
static const struct epa_static_data cc_epa_static_data = {
.event = CALL_COMPLETION,
More information about the asterisk-commits
mailing list