comparison libpurple/protocols/gg/lib/resolver.h @ 32777:e2ff2ac0e022

Gadu-Gadu: synchronize internal libgadu with upstream - second encounter. Refs #343
author tomkiewicz@cpw.pidgin.im
date Fri, 21 Oct 2011 12:48:30 +0000
parents 93b08d43f684
children
comparison
equal deleted inserted replaced
32776:8c71a7e95f16 32777:e2ff2ac0e022
17 */ 17 */
18 18
19 #ifndef LIBGADU_RESOLVER_H 19 #ifndef LIBGADU_RESOLVER_H
20 #define LIBGADU_RESOLVER_H 20 #define LIBGADU_RESOLVER_H
21 21
22 #ifndef _WIN32 22 #include "compat.h"
23 # include <arpa/inet.h>
24 #endif
25 23
26 int gg_gethostbyname_real(const char *hostname, struct in_addr **result, int *count, int pthread); 24 int gg_gethostbyname_real(const char *hostname, struct in_addr **result, int *count, int pthread);
27 25
28 #endif /* LIBGADU_RESOLVER_H */ 26 #endif /* LIBGADU_RESOLVER_H */