diff options
author | Denis Vlasenko | 2007-04-09 03:05:48 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-04-09 03:05:48 +0000 |
commit | 32b633aa3f7e96bc1a31feb9d3937c0c340a7430 (patch) | |
tree | 041e4a83f8d523c2d9b3b8b4abb410616e2694a1 /include/busybox.h | |
parent | 786834bcee178ea6c05aa57869337f03678d02dc (diff) | |
download | busybox-32b633aa3f7e96bc1a31feb9d3937c0c340a7430.zip busybox-32b633aa3f7e96bc1a31feb9d3937c0c340a7430.tar.gz |
merge busybox.c into applets.c
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/busybox.h b/include/busybox.h index 76ff7b7..9881374 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -31,8 +31,7 @@ struct BB_applet { __extension__ enum SUIDRoot need_suid:4; }; -/* Defined in busybox.c and applet.c */ -extern int busybox_main(int argc, char **argv); +/* Defined in applet.c */ extern const struct BB_applet applets[]; extern const unsigned short NUM_APPLETS; |