aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_custom.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdr/cdr_custom.c')
-rw-r--r--cdr/cdr_custom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cdr/cdr_custom.c b/cdr/cdr_custom.c
index abf1e816d..100db6c07 100644
--- a/cdr/cdr_custom.c
+++ b/cdr/cdr_custom.c
@@ -137,7 +137,7 @@ static int custom_log(struct ast_cdr *cdr)
return 0;
}
-char *description(void)
+const char *description(void)
{
return desc;
}
@@ -174,7 +174,7 @@ int usecount(void)
return 0;
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}