From: drepper Date: Wed, 21 May 1997 01:03:37 +0000 (+0000) Subject: Add prototype for strverscmp. X-Git-Tag: libc-ud-970520~68 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=4b127b4b48d3f9db87c0a93c246c55e0db3a8db4 Add prototype for strverscmp. --- diff --git a/string/string.h b/string/string.h index 7a6ad1235f..4a79dcecc2 100644 --- a/string/string.h +++ b/string/string.h @@ -241,6 +241,9 @@ extern char *strsep __P ((char **__stringp, __const char *__delim)); #endif #ifdef __USE_GNU +/* Compare S1 and S2 as strings holding name & indices/version numbers. */ +extern int strverscmp __P ((__const char *__s1, __const char *__s2)); + /* Return a string describing the meaning of the signal number in SIG. */ extern char *strsignal __P ((int __sig));