pidgin/pidgin

Gadu-Gadu: disable password change and account registration. Fixes the crash when trying to register new account. Both functions will probably been reimplemented in 3.0.0
#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