summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen2000-11-17 18:25:26 +0000
committerEric Andersen2000-11-17 18:25:26 +0000
commite5aef92e22172d36152bae6e15d5c0419c758121 (patch)
tree1576263a85553b8bd1b3efd08a53b5c2898efb8b /include
parentcf32e23796a94e96d36d302973509935ea051816 (diff)
downloadbusybox-e5aef92e22172d36152bae6e15d5c0419c758121.zip
busybox-e5aef92e22172d36152bae6e15d5c0419c758121.tar.gz
Fix up builtin overrides, and hack in the binary search for finding
matching applets into the shell.
Diffstat (limited to 'include')
-rw-r--r--include/busybox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h
index d947ba3..2bc1c99 100644
--- a/include/busybox.h
+++ b/include/busybox.h
@@ -108,6 +108,8 @@ struct BB_applet {
/* From busybox.c */
extern const struct BB_applet applets[];
+extern int applet_name_compare(const void *x, const void *y);
+
extern int ar_main(int argc, char **argv);
extern int basename_main(int argc, char **argv);
extern int bogomips_main(int argc, char **argv);