aboutsummaryrefslogtreecommitdiff
path: root/lwip/port/include/netif/hurdethif.h
diff options
context:
space:
mode:
Diffstat (limited to 'lwip/port/include/netif/hurdethif.h')
-rw-r--r--lwip/port/include/netif/hurdethif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwip/port/include/netif/hurdethif.h b/lwip/port/include/netif/hurdethif.h
index 326b1cf9..0ecbbd91 100644
--- a/lwip/port/include/netif/hurdethif.h
+++ b/lwip/port/include/netif/hurdethif.h
@@ -31,7 +31,7 @@
typedef struct ifcommon hurdethif;
/* Device initialization */
-error_t hurdethif_device_init (struct netif *netif);
+err_t hurdethif_device_init (struct netif *netif);
/* Module initialization */
error_t hurdethif_module_init ();