diff options
author | Paul Aurich <darkrain42@pidgin.im> | 2010-05-13 03:21:36 +0000 |
---|---|---|
committer | Paul Aurich <darkrain42@pidgin.im> | 2010-05-13 03:21:36 +0000 |
commit | 9a025a98643b7e8805dc48ce80646c5138382051 (patch) | |
tree | bc78e954d35e974a48ca52b813213eb3b1d53da0 /libpurple/protocols/gg/lib/libgadu.h | |
parent | c45299475d5bf9c688474facac089869190656fb (diff) | |
download | pidgin-9a025a98643b7e8805dc48ce80646c5138382051.tar.gz |
gg: Totally not arbitrary (in line with patch sent to the libgadu list)
Diffstat (limited to 'libpurple/protocols/gg/lib/libgadu.h')
-rw-r--r-- | libpurple/protocols/gg/lib/libgadu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/protocols/gg/lib/libgadu.h b/libpurple/protocols/gg/lib/libgadu.h index 8a06bb5837..be9cae837a 100644 --- a/libpurple/protocols/gg/lib/libgadu.h +++ b/libpurple/protocols/gg/lib/libgadu.h @@ -1245,8 +1245,8 @@ struct gg_http *gg_change_passwd2(uin_t uin, const char *passwd, const char *new 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; -void gg_resolve_pthread_cleanup(void *arg, int kill) 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; struct gg_change_info_request { char *first_name; |