diff libpurple/protocols/gg/lib/resolver.h @ 31860:93b08d43f684

matekm and kkszysiu collaborated on this patch to update our internal libgadu to version 1.10.1.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Thu, 24 Mar 2011 20:53:13 +0000
parents db6735e579f8
children e2ff2ac0e022
line wrap: on
line diff
--- a/libpurple/protocols/gg/lib/resolver.h	Thu Mar 24 15:18:14 2011 +0000
+++ b/libpurple/protocols/gg/lib/resolver.h	Thu Mar 24 20:53:13 2011 +0000
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /*
  *  (C) Copyright 2008 Wojtek Kaniewski <wojtekka@irc.pl>
  *
@@ -25,6 +23,6 @@
 #  include <arpa/inet.h>
 #endif
 
-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 */