diff options
Diffstat (limited to 'lwip/port/netif/hurdethif.c')
-rw-r--r-- | lwip/port/netif/hurdethif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwip/port/netif/hurdethif.c b/lwip/port/netif/hurdethif.c index ec899e40..68d7680b 100644 --- a/lwip/port/netif/hurdethif.c +++ b/lwip/port/netif/hurdethif.c @@ -556,7 +556,7 @@ hurdethif_input_thread (void *arg) * This function should be called once. */ error_t -hurdethif_module_init () +hurdethif_module_init (void) { error_t err; etherport_bucket = ports_create_bucket (); |