declare function_sipppeer as static (issue #6466)
authorRussell Bryant <russell@russellbryant.com>
Mon, 13 Feb 2006 17:46:34 +0000 (17:46 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 13 Feb 2006 17:46:34 +0000 (17:46 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9758 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 2efb779..d896fa9 100644 (file)
@@ -9340,7 +9340,7 @@ static struct ast_custom_function checksipdomain_function = {
 };
 
 /*! \brief  function_sippeer: ${SIPPEER()} Dialplan function - reads peer data */
-int function_sippeer(struct ast_channel *chan, char *cmd, char *data, char *buf, size_t len)
+static int function_sippeer(struct ast_channel *chan, char *cmd, char *data, char *buf, size_t len)
 {
        struct sip_peer *peer;
        char *colname;