aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-22 08:18:41 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-22 08:18:41 +0000
commitae843e9cc8984a420b44648d0d1f5166c987a158 (patch)
tree7ef19a74169e184fab135e134d6f21b66bd6f44a /include
parente9a7a6212b5881bd29ee5936b492f4d8899df8bb (diff)
downloadbusybox-w32-ae843e9cc8984a420b44648d0d1f5166c987a158.tar.gz
busybox-w32-ae843e9cc8984a420b44648d0d1f5166c987a158.tar.bz2
busybox-w32-ae843e9cc8984a420b44648d0d1f5166c987a158.zip
- add new applet resize.
text data bss dec hex filename 185 0 0 185 b9 console-tools/resize.o 255 0 0 255 ff console-tools/resize.o.print
Diffstat (limited to 'include')
-rw-r--r--include/applets.h1
-rw-r--r--include/usage.h5
2 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 0bb257b6d..0263a2098 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -226,6 +226,7 @@ USE_REALPATH(APPLET(realpath, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
226USE_HALT(APPLET_ODDNAME(reboot, halt, _BB_DIR_SBIN, _BB_SUID_NEVER, reboot)) 226USE_HALT(APPLET_ODDNAME(reboot, halt, _BB_DIR_SBIN, _BB_SUID_NEVER, reboot))
227USE_RENICE(APPLET(renice, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 227USE_RENICE(APPLET(renice, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
228USE_RESET(APPLET(reset, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 228USE_RESET(APPLET(reset, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
229USE_APP_RESIZE(APPLET(resize, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
229USE_RM(APPLET(rm, _BB_DIR_BIN, _BB_SUID_NEVER)) 230USE_RM(APPLET(rm, _BB_DIR_BIN, _BB_SUID_NEVER))
230USE_RMDIR(APPLET(rmdir, _BB_DIR_BIN, _BB_SUID_NEVER)) 231USE_RMDIR(APPLET(rmdir, _BB_DIR_BIN, _BB_SUID_NEVER))
231USE_RMMOD(APPLET(rmmod, _BB_DIR_SBIN, _BB_SUID_NEVER)) 232USE_RMMOD(APPLET(rmmod, _BB_DIR_SBIN, _BB_SUID_NEVER))
diff --git a/include/usage.h b/include/usage.h
index 6ef7f1ecf..d7b8b2ab4 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2455,6 +2455,11 @@ USE_FEATURE_MDEV_CONFIG( \
2455#define reset_full_usage \ 2455#define reset_full_usage \
2456 "Resets the screen." 2456 "Resets the screen."
2457 2457
2458#define resize_trivial_usage \
2459 ""
2460#define resize_full_usage \
2461 "Resizes the screen."
2462
2458#define rm_trivial_usage \ 2463#define rm_trivial_usage \
2459 "[OPTION]... FILE..." 2464 "[OPTION]... FILE..."
2460#define rm_full_usage \ 2465#define rm_full_usage \