Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 0f2292b

Browse files
author
Me No Dev
committed
fix header
1 parent baeb3b8 commit 0f2292b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESPAsyncTCP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class AsyncClient {
7878
int8_t _poll(tcp_pcb* pcb);
7979
int8_t _sent(tcp_pcb* pcb, uint16_t len);
8080
int8_t _recv(tcp_pcb* pcb, pbuf* pb, int8_t err);
81-
void _dns_found(ip_addr_t *ipaddr);
81+
void _dns_found(struct ip_addr *ipaddr);
8282
static int8_t _s_poll(void *arg, struct tcp_pcb *tpcb);
8383
static int8_t _s_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *pb, int8_t err);
8484
static void _s_error(void *arg, int8_t err);

0 commit comments

Comments
 (0)