comparison libgaim/protocols/qq/utils.h @ 14236:b7f17fdded6f

[gaim-migrate @ 16918] Const-correctness to eliminate some warnings. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sun, 20 Aug 2006 21:37:45 +0000
parents 60b1bc8dbf37
children 85f3808ca472
comparison
equal deleted inserted replaced
14235:a54ff7cafc2a 14236:b7f17fdded6f
39 39
40 guint32 gaim_name_to_uid(const gchar *name); 40 guint32 gaim_name_to_uid(const gchar *name);
41 41
42 gchar *get_icon_name(gint set, gint suffix); 42 gchar *get_icon_name(gint set, gint suffix);
43 43
44 void try_dump_as_gbk(guint8 *data, gint len); 44 void try_dump_as_gbk(const guint8 *const data, gint len);
45 45
46 guint8 *hex_str_to_bytes(const gchar *buf, gint *out_len); 46 guint8 *hex_str_to_bytes(const gchar *buf, gint *out_len);
47 gchar *hex_dump_to_str(const guint8 *buf, gint buf_len); 47 gchar *hex_dump_to_str(const guint8 *buf, gint buf_len);
48 48
49 #endif 49 #endif