summaryrefslogtreecommitdiffstats
path: root/axutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'axutils.c')
-rw-r--r--axutils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/axutils.c b/axutils.c
index 360e5cc..62f1660 100644
--- a/axutils.c
+++ b/axutils.c
@@ -300,7 +300,7 @@ int ax25_validate(const char *call)
/*
* Convert a string to upper case
*/
-char *strupr(const char *s)
+char *strupr(char *s)
{
char *p;
@@ -316,7 +316,7 @@ char *strupr(const char *s)
/*
* Convert a string to lower case
*/
-char *strlwr(const char *s)
+char *strlwr(char *s)
{
char *p;