diff -r 26af8696fb84 -r fc06dd6b7c3f libpurple/win32/libc_internal.h --- a/libpurple/win32/libc_internal.h Tue Dec 06 08:23:45 2011 +0000 +++ b/libpurple/win32/libc_internal.h Tue Dec 13 15:24:16 2011 +0000 @@ -48,6 +48,7 @@ int wpurple_inet_aton(const char *name, struct in_addr *addr); const char * wpurple_inet_ntop (int af, const void *src, char *dst, socklen_t cnt); +int wpurple_inet_pton(int af, const char *src, void *dst); /* netdb.h */ struct hostent* wpurple_gethostbyname(const char *name);