diff options
Diffstat (limited to 'lwip/port/include/netif/hurdethif.h')
-rw-r--r-- | lwip/port/include/netif/hurdethif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwip/port/include/netif/hurdethif.h b/lwip/port/include/netif/hurdethif.h index 0ecbbd91..d4c70c41 100644 --- a/lwip/port/include/netif/hurdethif.h +++ b/lwip/port/include/netif/hurdethif.h @@ -34,6 +34,6 @@ typedef struct ifcommon hurdethif; err_t hurdethif_device_init (struct netif *netif); /* Module initialization */ -error_t hurdethif_module_init (); +error_t hurdethif_module_init (void); #endif /* LWIP_HURDETHIF_H */ |