aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_odbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_odbc.c')
-rw-r--r--funcs/func_odbc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcs/func_odbc.c b/funcs/func_odbc.c
index 159919e43..a7a60b320 100644
--- a/funcs/func_odbc.c
+++ b/funcs/func_odbc.c
@@ -656,7 +656,7 @@ int load_module(void)
return odbc_load_module();
}
-char *description(void)
+const char *description(void)
{
return tdesc;
}
@@ -671,7 +671,7 @@ int usecount(void)
}
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}