From a74a801f35e9be209e895fdf28304791704a5f93 Mon Sep 17 00:00:00 2001 From: likewise Date: Mon, 26 Apr 2004 13:03:36 +0000 Subject: [PATCH] Removed the forward declaration of netif. --- src/include/ipv4/lwip/ip_addr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/ipv4/lwip/ip_addr.h b/src/include/ipv4/lwip/ip_addr.h index e76d2552..40051a1c 100644 --- a/src/include/ipv4/lwip/ip_addr.h +++ b/src/include/ipv4/lwip/ip_addr.h @@ -51,8 +51,6 @@ struct in_addr { u32_t s_addr; }; -struct netif; - extern const struct ip_addr ip_addr_any; extern const struct ip_addr ip_addr_broadcast;