diff options
Diffstat (limited to 'include')
-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 { /* 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); |