mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
proxy.h getip46() description fixed
This commit is contained in:
parent
6b99de69c4
commit
cce3a94f04
@ -193,9 +193,9 @@ extern unsigned long nservers[MAXNSERVERS];
|
||||
extern unsigned long authnserver;
|
||||
unsigned long getip(unsigned char *name);
|
||||
#ifdef NOIPV6
|
||||
unsigned long getip46(int family, unsigned char *name, struct sockaddr_in *sa){
|
||||
unsigned long getip46(int family, unsigned char *name, struct sockaddr_in *sa);
|
||||
#else
|
||||
unsigned long getip46(int family, unsigned char *name, struct sockaddr_storage *sa){
|
||||
unsigned long getip46(int family, unsigned char *name, struct sockaddr_storage *sa);
|
||||
#endif
|
||||
unsigned long myresolver(unsigned char *);
|
||||
unsigned long fakeresolver (unsigned char *name);
|
||||
|
Loading…
Reference in New Issue
Block a user