clean: remove useless arg

This commit is contained in:
2025-06-12 07:12:34 -05:00
parent 31530c83a4
commit 957bb06d97
3 changed files with 3 additions and 9 deletions

View File

@ -2,6 +2,5 @@
#include <netinet/in.h>
int dns_lookup(char *ip_addr, const char *hostname,
struct sockaddr_in *addr_con);
int dns_lookup(char *ip_addr, const char *hostname);
int reverse_dns_lookup(char *ip_addr, char *host);