X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fstrnlen.h;h=ba74dba7b25e2beea20af6809269c3b0f48d22a8;hb=2ddb59ff29a52f07859d76eeb92dc7cfded8bbc6;hp=f1ca757f4117df9ffd09c7df060ea2b608e1c112;hpb=4a31fee0519738513fdc037c8022384db8c1239d;p=gnulib.git diff --git a/lib/strnlen.h b/lib/strnlen.h index f1ca757f4..ba74dba7b 100644 --- a/lib/strnlen.h +++ b/lib/strnlen.h @@ -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 */