diff options
Diffstat (limited to 'src/include/usr/ifmgmt.h')
| -rw-r--r-- | src/include/usr/ifmgmt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/ifmgmt.h b/src/include/usr/ifmgmt.h index c7d35da88..7b49d3492 100644 --- a/src/include/usr/ifmgmt.h +++ b/src/include/usr/ifmgmt.h @@ -12,5 +12,6 @@ struct net_device; extern int ifopen ( struct net_device *netdev ); extern void ifclose ( struct net_device *netdev ); extern void ifstat ( struct net_device *netdev ); +extern int iflinkwait ( struct net_device *netdev, unsigned int max_wait_ms ); #endif /* _USR_IFMGMT_H */ |
