home *** CD-ROM | disk | FTP | other *** search
- *** orig/gzip-124/getopt.c Sun Aug 29 17:30:38 1993
- --- src/gzip-124/getopt.c Sun Aug 29 17:30:46 1993
- ***************
- *** 172,178 ****
- #if __STDC__ || defined(PROTO)
- extern char *getenv(const char *name);
- extern int strcmp (const char *s1, const char *s2);
- ! extern int strncmp(const char *s1, const char *s2, int n);
-
- static int my_strlen(const char *s);
- static char *my_index (const char *str, int chr);
- --- 172,178 ----
- #if __STDC__ || defined(PROTO)
- extern char *getenv(const char *name);
- extern int strcmp (const char *s1, const char *s2);
- ! extern int strncmp(const char *s1, const char *s2, size_t n);
-
- static int my_strlen(const char *s);
- static char *my_index (const char *str, int chr);
-