From 452fb2d0a2fc9d090e070fcf47b3c58ff1f0deb2 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 4 Nov 2013 23:05:48 +0000 Subject: [cmdline] Make "dhcp" command a synonym for "ifconf" Signed-off-by: Michael Brown --- src/include/hci/ifmgmt_cmd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/hci') diff --git a/src/include/hci/ifmgmt_cmd.h b/src/include/hci/ifmgmt_cmd.h index 2fa8ee527..913b911d8 100644 --- a/src/include/hci/ifmgmt_cmd.h +++ b/src/include/hci/ifmgmt_cmd.h @@ -67,5 +67,6 @@ struct ifcommon_command_descriptor { extern int ifcommon_exec ( int argc, char **argv, struct ifcommon_command_descriptor *cmd ); +extern int ifconf_exec ( int argc, char **argv ); #endif /* _IFMGMT_CMD_H */ -- cgit v1.2.3-55-g7522