dect
/
asterisk
Archived
13
0
Fork 0

declare function_sipppeer as static (issue #6466)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9758 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2006-02-13 17:46:34 +00:00
parent 682464a5b8
commit dd08051ba9
1 changed files with 1 additions and 1 deletions

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;