const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way here

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49711 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2007-01-05 23:32:42 +00:00
parent 7cb197a5b7
commit cd73a483f1
11 changed files with 33 additions and 35 deletions

View File

@@ -9589,7 +9589,7 @@ static int iax2_exec(struct ast_channel *chan, const char *context, const char *
return -1;
}
static int function_iaxpeer(struct ast_channel *chan, char *cmd, char *data, char *buf, size_t len)
static int function_iaxpeer(struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t len)
{
struct iax2_peer *peer;
char *peername, *colname;