Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: particle-iot/lwip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a9e7d3368d2b50331d8c46fda2c71e5136fd0e57
Choose a base ref
..
head repository: particle-iot/lwip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5bf5129836680a502fabf33f47ebce3651d19cfa
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/include/lwip/api.h
2 changes: 1 addition & 1 deletion src/include/lwip/api.h
Original file line number Diff line number Diff line change
@@ -370,7 +370,7 @@ err_t netconn_gethostbyname_addrtype_ex(const char *name, ip_addr_t *addr, u8_
err_t netconn_gethostbyname(const char *name, ip_addr_t *addr);
#define netconn_gethostbyname_addrtype(name, addr, dns_addrtype) netconn_gethostbyname(name, addr)
err_t netconn_gethostbyname_ex(const char *name, ip_addr_t *addr, u8_t flags, u8_t if_idx);
#define netconn_gethostbyname_addrtype_ex(name, addr, dns_addrtype, u8_t flags, u8_t if_idx) netconn_gethostbyname(name, addr, flags, if_idx)
#define netconn_gethostbyname_addrtype_ex(name, addr, dns_addrtype, flags, if_idx) netconn_gethostbyname(name, addr, flags, if_idx)
#endif /* LWIP_IPV4 && LWIP_IPV6 */
#endif /* LWIP_DNS */