summaryrefslogtreecommitdiff
path: root/res/res_config_pgsql.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_config_pgsql.c')
-rw-r--r--res/res_config_pgsql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c
index 654777949..6dbf8ab0f 100644
--- a/res/res_config_pgsql.c
+++ b/res/res_config_pgsql.c
@@ -673,7 +673,7 @@ int parse_config (void)
return 1;
}
-char *description (void)
+const char *description(void)
{
return res_config_pgsql_desc;
}
@@ -689,7 +689,7 @@ int usecount (void)
return 0;
}
-char *key ()
+const char *key()
{
return ASTERISK_GPL_KEY;
}