From 97bb7e79c15952e7f9bf47caef4e3c09dd63c8df Mon Sep 17 00:00:00 2001 From: Goraf <22941576+Goraf@users.noreply.github.com> Date: Wed, 10 Jan 2018 13:27:54 +0100 Subject: Gadu-Gadu: complete update to libgadu-1.10.1-post --- protocols/Gadu-Gadu/src/libgadu/resolver.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/Gadu-Gadu/src/libgadu/resolver.h') diff --git a/protocols/Gadu-Gadu/src/libgadu/resolver.h b/protocols/Gadu-Gadu/src/libgadu/resolver.h index 145c5178a4..481c0e5ea4 100644 --- a/protocols/Gadu-Gadu/src/libgadu/resolver.h +++ b/protocols/Gadu-Gadu/src/libgadu/resolver.h @@ -1,4 +1,3 @@ -/* coding: UTF-8 */ /* $Id$ */ /* @@ -28,6 +27,6 @@ #include #endif /* _WIN32 */ -int gg_gethostbyname_real(const char *hostname, struct in_addr *result, int pthread); +int gg_gethostbyname_real(const char *hostname, struct in_addr **result, int *count, int pthread); #endif /* LIBGADU_RESOLVER_H */ -- cgit v1.2.3