[svn-commits] kpfleming: trunk r148737 - /trunk/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 14 05:32:02 CDT 2008


Author: kpfleming
Date: Tue Oct 14 05:32:01 2008
New Revision: 148737

URL: http://svn.digium.com/view/asterisk?view=rev&rev=148737
Log:
this structure should be static

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=148737&r1=148736&r2=148737
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Tue Oct 14 05:32:01 2008
@@ -15262,7 +15262,7 @@
 }
 
 /*! \brief Structure to declare a dialplan function: SIPPEER */
-struct ast_custom_function sippeer_function = {
+static struct ast_custom_function sippeer_function = {
 	.name = "SIPPEER",
 	.synopsis = "Gets SIP peer information",
 	.syntax = "SIPPEER(<peername>[,item])",




More information about the svn-commits mailing list