From e5aef92e22172d36152bae6e15d5c0419c758121 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 17 Nov 2000 18:25:26 +0000 Subject: Fix up builtin overrides, and hack in the binary search for finding matching applets into the shell. --- busybox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'busybox.h') diff --git a/busybox.h b/busybox.h index d947ba328..2bc1c997e 100644 --- a/busybox.h +++ b/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); -- cgit v1.2.3