comparison libgaim/protocols/qq/utils.h @ 14242:85f3808ca472

[gaim-migrate @ 16924] Got rid of a bunch of warnings. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sun, 20 Aug 2006 23:16:44 +0000
parents b7f17fdded6f
children 584cbd1628d0
comparison
equal deleted inserted replaced
14241:c54ea2572de9 14242:85f3808ca472
31 gchar *get_name_by_index_str(gchar **array, const gchar *index_str, gint amount); 31 gchar *get_name_by_index_str(gchar **array, const gchar *index_str, gint amount);
32 gchar *get_index_str_by_name(gchar **array, const gchar *name, gint amount); 32 gchar *get_index_str_by_name(gchar **array, const gchar *name, gint amount);
33 gint qq_string_to_dec_value(const gchar *str); 33 gint qq_string_to_dec_value(const gchar *str);
34 34
35 gchar **split_data(guint8 *data, gint len, const gchar *delimit, gint expected_fields); 35 gchar **split_data(guint8 *data, gint len, const gchar *delimit, gint expected_fields);
36 guint8 *_gen_session_md5(gint uid, guint8 *session_key);
36 gchar *gen_ip_str(guint8 *ip); 37 gchar *gen_ip_str(guint8 *ip);
37 guint8 *str_ip_gen(gchar *str); 38 guint8 *str_ip_gen(gchar *str);
38 gchar *uid_to_gaim_name(guint32 uid); 39 gchar *uid_to_gaim_name(guint32 uid);
39 40
40 guint32 gaim_name_to_uid(const gchar *name); 41 guint32 gaim_name_to_uid(const gchar *name);