aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-31 11:07:12 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-31 11:07:12 +0000
commit41e6db2c13b3d933c742b9ab985878be8caf01f3 (patch)
treeb802098fd303d7f2630a20e50cc891084120fcf2 /include/applets.h
parent263b479f33b1dcee387ae5f7ac91245986557622 (diff)
downloadbusybox-w32-41e6db2c13b3d933c742b9ab985878be8caf01f3.tar.gz
busybox-w32-41e6db2c13b3d933c742b9ab985878be8caf01f3.tar.bz2
busybox-w32-41e6db2c13b3d933c742b9ab985878be8caf01f3.zip
Move usage.h to include/usage.h
git-svn-id: svn://busybox.net/trunk/busybox@3618 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 b0536ac01..44d274b85 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -311,6 +311,9 @@
311#ifdef CONFIG_NC 311#ifdef CONFIG_NC
312 APPLET(nc, nc_main, _BB_DIR_USR_BIN) 312 APPLET(nc, nc_main, _BB_DIR_USR_BIN)
313#endif 313#endif
314#ifdef CONFIG_NETSTAT
315 APPLET(netstat, netstat_main, _BB_DIR_BIN)
316#endif
314#ifdef CONFIG_NSLOOKUP 317#ifdef CONFIG_NSLOOKUP
315 APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN) 318 APPLET(nslookup, nslookup_main, _BB_DIR_USR_BIN)
316#endif 319#endif