removed strange extern void xregcomp(... from some applets, but declared from libbb.h

This commit is contained in:
"Vladimir N. Oleynik"
2005-09-14 16:22:50 +00:00
parent 1e07f852e0
commit b4f3cff6f5
3 changed files with 0 additions and 5 deletions

View File

@@ -105,8 +105,6 @@ static void print_line(const char *line, int linenum, char decoration)
puts(line);
}
extern void xregcomp(regex_t *preg, const char *regex, int cflags);
static int grep_file(FILE *file)
{