Mercurial > pidgin.yaz
view libgaim/gaim-client.h @ 15117:2bec32a6f303
[gaim-migrate @ 17902]
I tested my changes from yesterday and they caused uns crashy boom.
We were trying to free some proxy_connect_data but it had already
been set to NULL (because one of the two parallel connections
failed immediately, and the second one succeeded).
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 06 Dec 2006 18:04:20 +0000 |
parents | 60b1bc8dbf37 |
children |
line wrap: on
line source
#ifndef _GAIM_CLIENT_H_INCLUDED_ #define _GAIM_CLIENT_H_INCLUDED_ #include <glib.h> #include "gaim-client-bindings.h" G_BEGIN_DECLS void gaim_init(void); G_END_DECLS #endif