]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
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 2efb779283bf0a68e818b63fc71fda09a49e8c15..d896fa9dd425fa6951963da54f127640f3bc518f 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;