comparison libpurple/protocols/gg/lib/resolver.h @ 32827:4a34689eeb33 default tip

merged from im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 19 Nov 2011 14:42:54 +0900
parents e2ff2ac0e022
children
comparison
equal deleted inserted replaced
32692:0f94ec89f0bc 32827:4a34689eeb33
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 */