summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-01-22 18:42:06 +0000
committerRussell Bryant <russell@russellbryant.com>2006-01-22 18:42:06 +0000
commit7df4257dbbe39b161535f30bd6fc8ac4099176b4 (patch)
treecbd07d444b2d49cf797c176aef34287120a8f308 /res
parentc84ec3a3ad41f250202647c79854cf935942457c (diff)
eliminate some compiler warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8443 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res')
-rw-r--r--res/res_osp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_osp.c b/res/res_osp.c
index eb92f4862..339096a4a 100644
--- a/res/res_osp.c
+++ b/res/res_osp.c
@@ -452,7 +452,7 @@ static int loadPemPrivateKey(unsigned char *FileName, unsigned char *buffer, int
return retVal;
}
-int ast_osp_validate(char *provider, char *token, int *handle, unsigned int *timelimit, char *callerid, struct in_addr addr, char *extension)
+int ast_osp_validate(char *provider, char *token, int *handle, unsigned int *timelimit, const char *callerid, struct in_addr addr, const char *extension)
{
char tmp[256]="", *l, *n;
char iabuf[INET_ADDRSTRLEN];