Mercurial > pidgin
comparison libpurple/protocols/gg/lib/resolver.h @ 29538:6359fde67f4c
Update our internal libgadu to 1.9.0-rc2. This does not yet build on Windows.
Refs #10542. The Windows build errors are the only reason this isn't on
`im.pidgin.pidgin` already.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 21 Feb 2010 16:52:42 +0000 |
parents | |
children | db6735e579f8 |
comparison
equal
deleted
inserted
replaced
29474:551253814063 | 29538:6359fde67f4c |
---|---|
1 /* $Id$ */ | |
2 | |
3 /* | |
4 * (C) Copyright 2008 Wojtek Kaniewski <wojtekka@irc.pl> | |
5 * | |
6 * This program is free software; you can redistribute it and/or modify | |
7 * it under the terms of the GNU Lesser General Public License Version | |
8 * 2.1 as published by the Free Software Foundation. | |
9 * | |
10 * This program is distributed in the hope that it will be useful, | |
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 * GNU Lesser General Public License for more details. | |
14 * | |
15 * You should have received a copy of the GNU Lesser General Public | |
16 * License along with this program; if not, write to the Free Software | |
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, | |
18 * USA. | |
19 */ | |
20 | |
21 #ifndef LIBGADU_RESOLVER_H | |
22 #define LIBGADU_RESOLVER_H | |
23 | |
24 #include <arpa/inet.h> | |
25 | |
26 int gg_gethostbyname_real(const char *hostname, struct in_addr *result, int pthread); | |
27 | |
28 #endif /* LIBGADU_RESOLVER_H */ |