summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/netcmds-config.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-05 14:27:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-11-05 14:28:11 +0100
commit50e82a6d152a8ada5a4ad3b41a43641afb739aa1 (patch)
treefae0b2fc7b6d2f43f8c8f2c7ca5ee4ca0825c725 /rtemsbsd/include/rtems/netcmds-config.h
parentfoobarclient: Use rtems_mdns_initialize() (diff)
downloadrtems-libbsd-50e82a6d152a8ada5a4ad3b41a43641afb739aa1.tar.bz2
HOSTNAME(1): Import from FreeBSD
Diffstat (limited to 'rtemsbsd/include/rtems/netcmds-config.h')
-rw-r--r--rtemsbsd/include/rtems/netcmds-config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtemsbsd/include/rtems/netcmds-config.h b/rtemsbsd/include/rtems/netcmds-config.h
index d9ccd69c..0c5b7589 100644
--- a/rtemsbsd/include/rtems/netcmds-config.h
+++ b/rtemsbsd/include/rtems/netcmds-config.h
@@ -30,10 +30,11 @@ extern rtems_shell_cmd_t rtems_shell_PING6_Command;
extern rtems_shell_cmd_t rtems_shell_IFCONFIG_Command;
extern rtems_shell_cmd_t rtems_shell_ROUTE_Command;
extern rtems_shell_cmd_t rtems_shell_NETSTAT_Command;
-extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command;
extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command;
+extern rtems_shell_cmd_t rtems_shell_HOSTNAME_Command;
+
#ifdef __cplusplus
}
#endif /* __cplusplus */