libpurple/protocols/gg/validator.h

changeset 39819
3554dac2991b
parent 38854
086e15ec656d
child 40358
e6fe6fc1f516
equal deleted inserted replaced
39818:d63ceb45d88d 39819:3554dac2991b
25 * You should have received a copy of the GNU General Public License 25 * You should have received a copy of the GNU General Public License
26 * along with this program; if not, write to the Free Software 26 * along with this program; if not, write to the Free Software
27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
28 */ 28 */
29 29
30 #ifndef _GGP_VALIDATOR_H 30 #ifndef PURPLE_GG_VALIDATOR_H
31 #define _GGP_VALIDATOR_H 31 #define PURPLE_GG_VALIDATOR_H
32 32
33 #include <internal.h> 33 #include <internal.h>
34 #include <request.h> 34 #include <request.h>
35 35
36 gboolean ggp_validator_password(PurpleRequestField *field, gchar **errmsg, 36 gboolean ggp_validator_password(PurpleRequestField *field, gchar **errmsg,
37 void *user_data); 37 void *user_data);
38 38
39 gboolean ggp_validator_password_equal(PurpleRequestField *field, gchar **errmsg, 39 gboolean ggp_validator_password_equal(PurpleRequestField *field, gchar **errmsg,
40 void *field2); 40 void *field2);
41 41
42 #endif /* _GGP_VALIDATOR_H */ 42 #endif /* PURPLE_GG_VALIDATOR_H */

mercurial