comparison libpurple/protocols/qq/utils.h @ 24627:fee3ad79cbd0

Move new functon qq_filter_str in
author Hu Yong <ccpaging@gmail.com>
date Tue, 11 Nov 2008 07:26:48 +0000
parents 237e5a94e11c
children 4deef745de87
comparison
equal deleted inserted replaced
24626:229d6984bd50 24627:fee3ad79cbd0
49 void qq_hex_dump(PurpleDebugLevel level, const char *category, 49 void qq_hex_dump(PurpleDebugLevel level, const char *category,
50 const guint8 *pdata, gint bytes, 50 const guint8 *pdata, gint bytes,
51 const char *format, ...); 51 const char *format, ...);
52 guint8 *hex_str_to_bytes(const gchar *buf, gint *out_len); 52 guint8 *hex_str_to_bytes(const gchar *buf, gint *out_len);
53 53
54 void qq_filter_str(gchar *str);
54 #endif 55 #endif