aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-25 23:40:32 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-25 23:40:32 +0000
commita2ba768c18190ba57d9502deb3017aee4c37e36c (patch)
treeca0bf058a242ffb3d2f10d8f862d47a6557cd8eb /include/applets.h
parentcb564a94bc7a97cca151f1ab8625ed45187e6cef (diff)
downloadbusybox-w32-a2ba768c18190ba57d9502deb3017aee4c37e36c.tar.gz
busybox-w32-a2ba768c18190ba57d9502deb3017aee4c37e36c.tar.bz2
busybox-w32-a2ba768c18190ba57d9502deb3017aee4c37e36c.zip
Add in spoon's watchdog timer app.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@1672 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 4837cb564..80ff1feb3 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -362,6 +362,9 @@ const struct BB_applet applets[] = {
362#ifdef BB_UUENCODE 362#ifdef BB_UUENCODE
363 APPLET("uuencode", uuencode_main, _BB_DIR_USR_BIN, uuencode_usage) 363 APPLET("uuencode", uuencode_main, _BB_DIR_USR_BIN, uuencode_usage)
364#endif 364#endif
365#ifdef BB_WATCHDOG
366 APPLET("watchdog", watchdog_main, _BB_DIR_SBIN, watchdog_usage)
367#endif
365#ifdef BB_WC 368#ifdef BB_WC
366 APPLET("wc", wc_main, _BB_DIR_USR_BIN, wc_usage) 369 APPLET("wc", wc_main, _BB_DIR_USR_BIN, wc_usage)
367#endif 370#endif