libpurple/win32/libc_internal.h

changeset 32744
163329b5c8f6
parent 32257
afafdf5bbf60
parent 32069
fc06dd6b7c3f
child 38852
e80473941281
equal deleted inserted replaced
32743:0cbd21741abc 32744:163329b5c8f6
46 46
47 /* arpa/inet.h */ 47 /* arpa/inet.h */
48 int wpurple_inet_aton(const char *name, struct in_addr *addr); 48 int wpurple_inet_aton(const char *name, struct in_addr *addr);
49 const char * 49 const char *
50 wpurple_inet_ntop (int af, const void *src, char *dst, socklen_t cnt); 50 wpurple_inet_ntop (int af, const void *src, char *dst, socklen_t cnt);
51 int wpurple_inet_pton(int af, const char *src, void *dst);
51 52
52 /* netdb.h */ 53 /* netdb.h */
53 struct hostent* wpurple_gethostbyname(const char *name); 54 struct hostent* wpurple_gethostbyname(const char *name);
54 55
55 /* string.h */ 56 /* string.h */

mercurial