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