clean: remove useless arg
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user