[asterisk-commits] mmichelson: branch group/CCSS r231170 - /team/group/CCSS/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Nov 24 16:33:17 CST 2009
Author: mmichelson
Date: Tue Nov 24 16:33:14 2009
New Revision: 231170
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=231170
Log:
Add XXX comments about the unused attribute on the currently
unused functions.
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=231170&r1=231169&r2=231170
==============================================================================
--- team/group/CCSS/channels/chan_sip.c (original)
+++ team/group/CCSS/channels/chan_sip.c Tue Nov 24 16:33:14 2009
@@ -1824,6 +1824,7 @@
return backend ? backend->static_data : NULL;
}
+/* XXX Remember to remove the unused attribute once call-completion stuff is in place */
static __attribute__((unused)) struct sip_epa_entry *create_epa_entry (const char * const event_package, const char * const destination)
{
struct sip_epa_entry *epa_entry;
@@ -2954,6 +2955,7 @@
static void transmit_fake_auth_response(struct sip_pvt *p, int sipmethod, struct sip_request *req, enum xmittype reliable);
static int transmit_request(struct sip_pvt *p, int sipmethod, int inc, enum xmittype reliable, int newbranch);
static int transmit_request_with_auth(struct sip_pvt *p, int sipmethod, int seqno, enum xmittype reliable, int newbranch);
+/*XXX Remember to remove the unused attribute once call-completion is in place */
static __attribute__((unused)) int transmit_publish(struct sip_epa_entry *epa_entry, enum sip_publish_type publish_type, const char * body);
static int transmit_invite(struct sip_pvt *p, int sipmethod, int sdp, int init);
static int transmit_reinvite_with_sdp(struct sip_pvt *p, int t38version, int oldsdp);
More information about the asterisk-commits
mailing list