removed strange extern void xregcomp(... from some applets, but declared from libbb.h
This commit is contained in:
parent
1e07f852e0
commit
b4f3cff6f5
@ -439,7 +439,6 @@ static struct {
|
||||
} t;
|
||||
|
||||
/* function prototypes */
|
||||
extern void xregcomp(regex_t *preg, const char *regex, int cflags);
|
||||
static void handle_special(var *);
|
||||
static node *parse_expr(unsigned long);
|
||||
static void chain_group(void);
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -294,8 +294,6 @@ static struct event_type
|
||||
|
||||
/* busybox functions and messages */
|
||||
|
||||
extern void xregcomp(regex_t * preg, const char *regex, int cflags);
|
||||
|
||||
const char * const bb_msg_proto_rev = "protocol revision";
|
||||
#ifdef CONFIG_DEVFSD_VERBOSE
|
||||
const char * const bb_msg_bad_config = "bad %s config file: %s\n";
|
||||
|
Loading…
Reference in New Issue
Block a user