Various fixes.
[pspp] / lib / strnlen.h
index f1ca757f4117df9ffd09c7df060ea2b608e1c112..ba74dba7b25e2beea20af6809269c3b0f48d22a8 100644 (file)
@@ -26,7 +26,7 @@
 /* Find the length (number of bytes) of STRING, but scan at most
    MAXLEN bytes.  If no '\0' terminator is found in that many bytes,
    return MAXLEN.  */
-extern size_t strnlen(const char *s, size_t maxlen);
+extern size_t strnlen(const char *string, size_t maxlen);
 #endif
 
 #endif /* STRNLEN_H */