aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-24 13:25:20 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-24 13:25:20 +0000
commita9acbe6caddc59e7e25f4e469322e5c210e17775 (patch)
tree4e11174d18e586c5f7510adf31323f9dd98d7446 /include/libbb.h
parent00d8417631b1ae378d708e885dce74bafb02be96 (diff)
downloadbusybox-w32-a9acbe6caddc59e7e25f4e469322e5c210e17775.tar.gz
busybox-w32-a9acbe6caddc59e7e25f4e469322e5c210e17775.tar.bz2
busybox-w32-a9acbe6caddc59e7e25f4e469322e5c210e17775.zip
timeout: new applet. 370 bytes. by Roberto Foglietta.
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 85a915ec1..77c4c6088 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -923,7 +923,7 @@ void bb_displayroutes(int noresolve, int netstatfmt) FAST_FUNC;
923 * yet doesn't represent any valid Unicode characher. 923 * yet doesn't represent any valid Unicode characher.
924 * Also, -1 is reserved for error indication and we don't use it. */ 924 * Also, -1 is reserved for error indication and we don't use it. */
925enum { 925enum {
926 KEYCODE_UP = -2, 926 KEYCODE_UP = -2,
927 KEYCODE_DOWN = -3, 927 KEYCODE_DOWN = -3,
928 KEYCODE_RIGHT = -4, 928 KEYCODE_RIGHT = -4,
929 KEYCODE_LEFT = -5, 929 KEYCODE_LEFT = -5,