commit c116c6c89c20e25355fd687db50cd496255ce0da
parent c06f0d8245bbb4f3166f60fef0251e7001995251
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 16 Jan 2019 10:21:53 +0100
Prototypes should not have variable names associated with the types.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/strtolower.h b/src/strtolower.h
@@ -15,6 +15,6 @@
/* In-place modification of a string to be all lower case. */
-char *strtolower(char *str);
+char *strtolower(char *);
#endif /* STRTOLOWER_H */