From b616f924c63289147647c0526a95aac9c243ae10 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 14 Oct 2008 10:32:01 +0000 Subject: [PATCH] this structure should be static git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@148737 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index fe93f3393c..d781323889 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -15262,7 +15262,7 @@ static int function_sippeer(struct ast_channel *chan, const char *cmd, char *dat } /*! \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([,item])",