diff options
Diffstat (limited to 'include/net.h')
| -rw-r--r-- | include/net.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/net.h b/include/net.h index 9564051c5..ec413664f 100644 --- a/include/net.h +++ b/include/net.h @@ -436,6 +436,7 @@ extern IPaddr_t Mcast_addr;  #endif  /* Initialize the network adapter */ +extern void net_init(void);  extern int NetLoop(enum proto_t);  /* Shutdown adapters and cleanup */ |