comparison src/protocols/qq/utils.h @ 14049:8294485b79db

[gaim-migrate @ 16662] Enhanced protocol testing tools, primarily by designing a more useful interface for sending customized packets. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Mon, 07 Aug 2006 06:17:13 +0000
parents 9516a796ed5f
children
comparison
equal deleted inserted replaced
14048:9c4bec886220 14049:8294485b79db
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(guint8 *data, gint len);
45 45
46 guint8 *hex_str_to_bytes(const gchar *buf); 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