aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_adsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_adsi.c')
-rw-r--r--res/res_adsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_adsi.c b/res/res_adsi.c
index b6d2b97db..258ac3dfb 100644
--- a/res/res_adsi.c
+++ b/res/res_adsi.c
@@ -1125,7 +1125,7 @@ int unload_module(void)
return -1;
}
-char *description(void)
+const const char *description(void)
{
return "ADSI Resource";
}
@@ -1136,7 +1136,7 @@ int usecount(void)
return 1;
}
-char *key()
+const const char *key()
{
return ASTERISK_GPL_KEY;
}