aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_odbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_odbc.c')
-rw-r--r--res/res_odbc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_odbc.c b/res/res_odbc.c
index c6c2fcffb..3093c1f07 100644
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -600,7 +600,7 @@ int load_module(void)
return 0;
}
-char *description(void)
+const char *description(void)
{
return tdesc;
}
@@ -612,7 +612,7 @@ int usecount(void)
return res;
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}