Mercurial > pidgin
changeset 29921:c3015cf1dfc0
gg: Totally not arbitrary (in line with patch sent to the libgadu list)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 13 May 2010 03:21:36 +0000 |
parents | a4662fd44a7e |
children | ebe57b897807 |
files | libpurple/protocols/gg/lib/libgadu.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/gg/lib/libgadu.h Thu May 13 02:58:31 2010 +0000 +++ b/libpurple/protocols/gg/lib/libgadu.h Thu May 13 03:21:36 2010 +0000 @@ -1245,8 +1245,8 @@ struct gg_http *gg_change_passwd3(uin_t uin, const char *passwd, const char *newpasswd, const char *qa, int async) GG_DEPRECATED; int gg_resolve(int *fd, int *pid, const char *hostname) GG_DEPRECATED; +int gg_resolve_pthread(int *fd, void **resolver, const char *hostname) GG_DEPRECATED; void gg_resolve_pthread_cleanup(void *arg, int kill) GG_DEPRECATED; -int gg_resolve_pthread(int *fd, void **resolver, const char *hostname) GG_DEPRECATED; struct gg_change_info_request { char *first_name;