diff 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
line wrap: on
line diff
--- a/src/protocols/qq/utils.h	Mon Aug 07 03:24:39 2006 +0000
+++ b/src/protocols/qq/utils.h	Mon Aug 07 06:17:13 2006 +0000
@@ -43,7 +43,7 @@
 
 void try_dump_as_gbk(guint8 *data, gint len);
 
-guint8 *hex_str_to_bytes(const gchar *buf);
+guint8 *hex_str_to_bytes(const gchar *buf, gint *out_len);
 gchar *hex_dump_to_str(const guint8 *buf, gint buf_len);
 
 #endif