Some functions were located outside extern "C" {}

This commit is contained in:
goldsimon 2009-12-31 15:57:22 +00:00
parent 802a048302
commit 1740b0d421

View File

@ -248,10 +248,6 @@ u8_t netif_is_link_up(struct netif *netif);
void netif_set_link_callback(struct netif *netif, void (* link_callback)(struct netif *netif));
#endif /* LWIP_NETIF_LINK_CALLBACK */
#ifdef __cplusplus
}
#endif
#if ENABLE_LOOPBACK
err_t netif_loop_output(struct netif *netif, struct pbuf *p, struct ip_addr *dest_ip);
void netif_poll(struct netif *netif);
@ -260,4 +256,8 @@ void netif_poll_all(void);
#endif /* !LWIP_NETIF_LOOPBACK_MULTITHREADING */
#endif /* ENABLE_LOOPBACK */
#ifdef __cplusplus
}
#endif
#endif /* __LWIP_NETIF_H__ */