mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user