diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-17 18:25:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-17 18:25:26 +0000 |
commit | e5aef92e22172d36152bae6e15d5c0419c758121 (patch) | |
tree | 1576263a85553b8bd1b3efd08a53b5c2898efb8b /include/busybox.h | |
parent | cf32e23796a94e96d36d302973509935ea051816 (diff) | |
download | busybox-w32-e5aef92e22172d36152bae6e15d5c0419c758121.tar.gz busybox-w32-e5aef92e22172d36152bae6e15d5c0419c758121.tar.bz2 busybox-w32-e5aef92e22172d36152bae6e15d5c0419c758121.zip |
Fix up builtin overrides, and hack in the binary search for finding
matching applets into the shell.
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h index d947ba328..2bc1c997e 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -108,6 +108,8 @@ struct BB_applet { | |||
108 | /* From busybox.c */ | 108 | /* From busybox.c */ |
109 | extern const struct BB_applet applets[]; | 109 | extern const struct BB_applet applets[]; |
110 | 110 | ||
111 | extern int applet_name_compare(const void *x, const void *y); | ||
112 | |||
111 | extern int ar_main(int argc, char **argv); | 113 | extern int ar_main(int argc, char **argv); |
112 | extern int basename_main(int argc, char **argv); | 114 | extern int basename_main(int argc, char **argv); |
113 | extern int bogomips_main(int argc, char **argv); | 115 | extern int bogomips_main(int argc, char **argv); |