aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_osp.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_osp.c')
-rw-r--r--res/res_osp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_osp.c b/res/res_osp.c
index 43cb403f1..ad8f590e4 100644
--- a/res/res_osp.c
+++ b/res/res_osp.c
@@ -1086,7 +1086,7 @@ int unload_module(void)
return(0);
}
-char *description(void)
+const char *description(void)
{
return("Open Settlement Protocol Support");
}
@@ -1096,7 +1096,7 @@ int usecount(void)
return(osp_usecount);
}
-char *key()
+const char *key()
{
return(ASTERISK_GPL_KEY);
}