Skip to content

Commit

Permalink
Update dnserver.c: Match dnserv_free signature with fwd-decl
Browse files Browse the repository at this point in the history
  • Loading branch information
maflcko committed Apr 30, 2024
1 parent 1c04d59 commit 56dbfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/networking/dnserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ err_t dnserv_init(const ip_addr_t *bind, uint16_t port, dns_query_proc_t qp)
return ERR_OK;
}

void dnserv_free()
void dnserv_free(void)
{
if (pcb == NULL) return;
udp_remove(pcb);
Expand Down

0 comments on commit 56dbfe5

Please sign in to comment.