aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-22 18:42:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-22 18:42:06 +0000
commit564f2c17e0a915e8ea461b0a4b7d5b5a96442cf8 (patch)
treecbd07d444b2d49cf797c176aef34287120a8f308 /include
parented78054d577c211d715e834cbd12640c9200b68e (diff)
eliminate some compiler warnings
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8443 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/astosp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/astosp.h b/include/asterisk/astosp.h
index ee809bbc2..9781ca639 100644
--- a/include/asterisk/astosp.h
+++ b/include/asterisk/astosp.h
@@ -43,6 +43,6 @@ int ast_osp_next(struct ast_osp_result *result, int cause);
int ast_osp_terminate(int handle, int cause, time_t start, time_t duration);
-int ast_osp_validate(char *provider, char *token, int *handle, unsigned int *timeout, char *callerid, struct in_addr addr, char *extension);
+int ast_osp_validate(char *provider, char *token, int *handle, unsigned int *timeout, const char *callerid, struct in_addr addr, const char *extension);
#endif /* _ASTERISK_OSP_H */