From 42db0bd0417721a026313fc151f36a8ef0bff4e4 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 26 Jan 2021 15:44:59 +0000 Subject: [cmdline] Expose "iflinkwait" as a command Signed-off-by: Michael Brown --- src/include/usr/ifmgmt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/usr/ifmgmt.h') diff --git a/src/include/usr/ifmgmt.h b/src/include/usr/ifmgmt.h index 52f88f957..8d8a6bb56 100644 --- a/src/include/usr/ifmgmt.h +++ b/src/include/usr/ifmgmt.h @@ -18,6 +18,7 @@ extern int ifconf ( struct net_device *netdev, unsigned long timeout ); extern void ifclose ( struct net_device *netdev ); extern void ifstat ( struct net_device *netdev ); -extern int iflinkwait ( struct net_device *netdev, unsigned long timeout ); +extern int iflinkwait ( struct net_device *netdev, unsigned long timeout, + int verbose ); #endif /* _USR_IFMGMT_H */ -- cgit v1.2.3-55-g7522