Mercurial > pidgin
diff src/protocols/gg/lib/libgadu.h @ 12007:8724718d387f
[gaim-migrate @ 14300]
Further updates to gg from Bartosz Oler. This makes the login and token retrieval processes asynchronous. There are also some encoding fixes and various cleanups. There are some changes from me to make it work on win32.
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Tue, 08 Nov 2005 19:45:09 +0000 |
| parents | 3c536224f0d0 |
| children | 9cbc5967fbfd |
line wrap: on
line diff
--- a/src/protocols/gg/lib/libgadu.h Tue Nov 08 18:56:15 2005 +0000 +++ b/src/protocols/gg/lib/libgadu.h Tue Nov 08 19:45:09 2005 +0000 @@ -1,4 +1,4 @@ -/* $Id: libgadu.h 13801 2005-09-14 19:10:39Z datallah $ */ +/* $Id: libgadu.h 14300 2005-11-08 19:45:09Z datallah $ */ /* * (C) Copyright 2001-2003 Wojtek Kaniewski <wojtekka@irc.pl> @@ -896,7 +896,7 @@ int gg_resolve(int *fd, int *pid, const char *hostname); -#ifdef __GNUC__ +#if defined __GNUC__ && !defined _WIN32 char *gg_saprintf(const char *format, ...) __attribute__ ((format (printf, 1, 2))); #else char *gg_saprintf(const char *format, ...);
