aboutsummaryrefslogtreecommitdiff
path: root/lwip/port/include/netif/hurdloopif.h
diff options
context:
space:
mode:
Diffstat (limited to 'lwip/port/include/netif/hurdloopif.h')
-rw-r--r--lwip/port/include/netif/hurdloopif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwip/port/include/netif/hurdloopif.h b/lwip/port/include/netif/hurdloopif.h
index fb5c5b83..71ac6f43 100644
--- a/lwip/port/include/netif/hurdloopif.h
+++ b/lwip/port/include/netif/hurdloopif.h
@@ -31,6 +31,6 @@
typedef struct ifcommon hurdloopif;
/* Device initialization */
-error_t hurdloopif_device_init (struct netif *netif);
+err_t hurdloopif_device_init (struct netif *netif);
#endif /* LWIP_HURDLOOPIF_H */