add strcasecmp proto

This commit is contained in:
Todd C. Miller
1999-08-28 09:59:18 +00:00
parent ba31293c29
commit 607e54b5e6

3
sudo.h
View File

@@ -165,6 +165,9 @@ int asprintf __P((char **, const char *, ...));
#ifndef HAVE_VASPRINTF
int vasprintf __P((char **, const char *, va_list));
#endif
#ifndef HAVE_STRCASECMP
int strcasecmp __P((const char *, const char *));
#endif
char *sudo_goodpath __P((const char *));
int sudo_setenv __P((char *, char *));
char *tgetpass __P((const char *, int, int));