Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/libgaim/protocols/qq/utils.h Sun Aug 20 20:14:12 2006 +0000 +++ b/libgaim/protocols/qq/utils.h Sun Aug 20 21:37:45 2006 +0000 @@ -41,7 +41,7 @@ gchar *get_icon_name(gint set, gint suffix); -void try_dump_as_gbk(guint8 *data, gint len); +void try_dump_as_gbk(const guint8 *const data, gint len); guint8 *hex_str_to_bytes(const gchar *buf, gint *out_len); gchar *hex_dump_to_str(const guint8 *buf, gint buf_len);
