Removed the forward declaration of netif.

This commit is contained in:
likewise 2004-04-26 13:03:36 +00:00
parent 7eae414a2f
commit a74a801f35

View File

@ -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;