declare function_sipppeer as static (issue #6466)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9758 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-02-13 17:46:34 +00:00
parent 46e43a6a90
commit 4d3c5e39b0

View 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;