From cce3a94f04f1e14db48315086fa56670b1994078 Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Wed, 7 May 2014 03:20:18 +0400 Subject: [PATCH] proxy.h getip46() description fixed --- src/proxy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/proxy.h b/src/proxy.h index e195cc1..0e5ee31 100644 --- a/src/proxy.h +++ b/src/proxy.h @@ -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);