Wed, 08 Aug 2012 10:02:43 +0200
Gadu-Gadu: status refactoring - own status
#ifndef _GGP_VALIDATOR_H #define _GGP_VALIDATOR_H #include <internal.h> #include <request.h> gboolean ggp_validator_token(PurpleRequestField *field, gchar **errmsg, void *token); gboolean ggp_validator_password(PurpleRequestField *field, gchar **errmsg, void *user_data); gboolean ggp_validator_password_equal(PurpleRequestField *field, gchar **errmsg, void *field2); #endif /* _GGP_VALIDATOR_H */