diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-18 04:11:39 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-18 04:11:39 +0000 |
commit | 6d1d34a65ad8952d8115209f78d4f6fffee1e64f (patch) | |
tree | d1e5c30982d3ef735c33b3b52722aaaadd8daaaa /grep.c | |
parent | 61aa77b60c411aaee39c3fade8c566642a260365 (diff) | |
download | busybox-w32-6d1d34a65ad8952d8115209f78d4f6fffee1e64f.tar.gz busybox-w32-6d1d34a65ad8952d8115209f78d4f6fffee1e64f.tar.bz2 busybox-w32-6d1d34a65ad8952d8115209f78d4f6fffee1e64f.zip |
Scrub up some function prototypes.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3540 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'grep.c')
-rw-r--r-- | grep.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -30,7 +30,6 @@ | |||
30 | 30 | ||
31 | 31 | ||
32 | extern int optind; /* in unistd.h */ | 32 | extern int optind; /* in unistd.h */ |
33 | extern int errno; /* for use with strerror() */ | ||
34 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); /* in busybox.h */ | 33 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); /* in busybox.h */ |
35 | 34 | ||
36 | /* options */ | 35 | /* options */ |