]> granicus.if.org Git - sudo/commitdiff
add strcasecmp proto
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 28 Aug 1999 09:59:18 +0000 (09:59 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 28 Aug 1999 09:59:18 +0000 (09:59 +0000)
sudo.h

diff --git a/sudo.h b/sudo.h
index 062d45d4d7b81ddc318f6119abd33e492ab1ccc9..fd1dd1fe80f9b61a725699eb44de12dc37660be0 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -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));