Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 32737:03a55a2997d1
Gadu-Gadu: Fixed password change dialog and problems with connecting to accounts with non-ASCII passwords. Fixes #14652
author | tomkiewicz@cpw.pidgin.im |
---|---|
date | Mon, 10 Oct 2011 23:39:33 +0000 |
parents | 32c366eeeb99 |
children |
line wrap: on
line source
#ifndef _PURPLE_CLIENT_H_INCLUDED_ #define _PURPLE_CLIENT_H_INCLUDED_ #include <glib.h> #include "purple-client-bindings.h" G_BEGIN_DECLS void purple_init(void); G_END_DECLS #endif