[svn-commits] oej: trunk r45209 - /trunk/channels/chan_sip.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Oct 16 06:20:21 MST 2006


Author: oej
Date: Mon Oct 16 08:20:21 2006
New Revision: 45209

URL: http://svn.digium.com/view/asterisk?rev=45209&view=rev
Log:
When adding new functions, please add a forward declaration.
I *know* it is not required, but it makes navigation easier and will help
when splitting up this large source code file. 

Thank you!

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=45209&r1=45208&r2=45209&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Mon Oct 16 08:20:21 2006
@@ -1252,6 +1252,7 @@
 				char **m_buf, size_t *m_size, char **a_buf, size_t *a_size,
 				int debug);
 static int add_sdp(struct sip_request *resp, struct sip_pvt *p);
+static void do_setnat(struct sip_pvt *p, int natflags);
 
 /*--- Authentication stuff */
 static int reply_digest(struct sip_pvt *p, struct sip_request *req, char *header, int sipmethod, char *digest, int digest_len);



More information about the svn-commits mailing list