diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 7d6ea9029..80a1c912c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -917,6 +917,8 @@ int test_main(int argc, char **argv) USE_TEST(MAIN_EXTERNALLY_VISIBLE); | |||
| 917 | int kill_main(int argc, char **argv) USE_KILL(MAIN_EXTERNALLY_VISIBLE); | 917 | int kill_main(int argc, char **argv) USE_KILL(MAIN_EXTERNALLY_VISIBLE); |
| 918 | /* Similar, but used by chgrp, not shell */ | 918 | /* Similar, but used by chgrp, not shell */ |
| 919 | int chown_main(int argc, char **argv) USE_CHOWN(MAIN_EXTERNALLY_VISIBLE); | 919 | int chown_main(int argc, char **argv) USE_CHOWN(MAIN_EXTERNALLY_VISIBLE); |
| 920 | /* Used by ftpd */ | ||
| 921 | int ls_main(int argc, char **argv) USE_LS(MAIN_EXTERNALLY_VISIBLE); | ||
| 920 | /* Don't need USE_xxx() guard for these */ | 922 | /* Don't need USE_xxx() guard for these */ |
| 921 | int gunzip_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 923 | int gunzip_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
| 922 | int bunzip2_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 924 | int bunzip2_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
