summaryrefslogtreecommitdiffstats
path: root/axutils.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-07-08 06:43:45 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-07-08 06:43:45 +0200
commit25b07d12d92ebec03905433f2037cf5f9e757d7c (patch)
treea127f7c5990e1e73d76dedc875c94e7add72e77e /axutils.c
parent9a9dc6176b5d74717c6e5b757a6d3b1dfe6604a3 (diff)
Import libax25 0.0.5 from tarballlibax25-0.0.5
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;