From: Alan Cox Date: Fri, 3 Nov 2017 23:41:52 +0000 (+0000) Subject: netd: remove duplicate declarations and add the arp flag X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b448652ad252f844fb21ffce85e1185c90307943;p=FUZIX.git netd: remove duplicate declarations and add the arp flag --- diff --git a/Applications/netd/netd.h b/Applications/netd/netd.h index 009210da..a51e5855 100644 --- a/Applications/netd/netd.h +++ b/Applications/netd/netd.h @@ -26,9 +26,13 @@ struct link{ }; +#if 0 // already in fuzix-conf.h typedef uint8_t uip_tcp_appstate_t; /* index to link info */ typedef uint8_t uip_udp_appstate_t; +#endif void netd_appcall( void ); void netd_udp_appcall( void ); +extern uint8_t has_arp; + #endif