summaryrefslogtreecommitdiff
path: root/common/compat.h
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-04-07 20:13:04 +0000
committerStef Walter <stef@thewalter.net>2004-04-07 20:13:04 +0000
commita367e18f1faa1b3b60249f82f18bfbd85669603f (patch)
tree39262d368da7f8698bb9315c31ebda12db0fa57a /common/compat.h
parent58523416357dd391c7db7cec6d96a36ce29adece (diff)
Linux port
Diffstat (limited to 'common/compat.h')
-rw-r--r--common/compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/compat.h b/common/compat.h
index 09934db..2d16cc4 100644
--- a/common/compat.h
+++ b/common/compat.h
@@ -66,7 +66,7 @@
#endif
#ifndef HAVE_TOLOWER
-int tolower(int c);
+int tolower(int ch);
#endif
#ifndef HAVE_STRDUP
@@ -174,4 +174,4 @@ void vwarnx(const char *fmt, va_list ap);
void* reallocf(void* ptr, size_t size);
#endif
-#endif \ No newline at end of file
+#endif