From 3fab75264072e6f0e4893015896d1115e67c97b0 Mon Sep 17 00:00:00 2001 From: christiaans Date: Fri, 29 Oct 2004 14:57:38 +0000 Subject: [PATCH] Removed struct netif; forward decl. is already included from ip_addr.h. Hit me if it breaks exsisting code. --- src/include/ipv4/lwip/ip.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/ipv4/lwip/ip.h b/src/include/ipv4/lwip/ip.h index cd907cd3..4c15e1a0 100644 --- a/src/include/ipv4/lwip/ip.h +++ b/src/include/ipv4/lwip/ip.h @@ -40,7 +40,6 @@ #include "lwip/err.h" -struct netif; void ip_init(void); struct netif *ip_route(struct ip_addr *dest);