Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.
[oweals/busybox.git] / include / applets.h
index fe8c597827fcead05fd54200e05bb1179f9f1bbb..80ff1feb3a0eb89502e41d0508df09b7de79b4d7 100644 (file)
@@ -89,6 +89,9 @@ const struct BB_applet applets[] = {
 #ifdef BB_DOS2UNIX
        APPLET("dos2unix", dos2unix_main, _BB_DIR_USR_BIN, dos2unix_usage)
 #endif
+#ifdef BB_DPKG_DEB
+       APPLET("dpkg-deb", dpkg_deb_main, _BB_DIR_USR_BIN, dpkg_deb_usage)
+#endif
 #ifdef BB_DU
        APPLET("du", du_main, _BB_DIR_USR_BIN, du_usage)
 #endif
@@ -359,6 +362,9 @@ const struct BB_applet applets[] = {
 #ifdef BB_UUENCODE
        APPLET("uuencode", uuencode_main, _BB_DIR_USR_BIN, uuencode_usage)
 #endif
+#ifdef BB_WATCHDOG
+       APPLET("watchdog", watchdog_main, _BB_DIR_SBIN, watchdog_usage)
+#endif
 #ifdef BB_WC
        APPLET("wc", wc_main, _BB_DIR_USR_BIN, wc_usage)
 #endif