diff libpurple/protocols/qq/char_conv.h @ 23561:bdb38a8bf721

20080717-05-1-fix-keep-alive ccpaging <ecc_hy(at)hotmail.com> * Fixed: Always lost connection. Now send keep alive packet in every 30 seconds * Minor fix for debug information * Filter \r\n and replace with SPCAE in group notive * Fixed a memory leak Tickets: Fixes #4024.
author SHiNE CsyFeK <csyfek@gmail.com>
date Thu, 17 Jul 2008 15:12:42 +0000
parents 44b4e8bd759b
children 619ac2303c46
line wrap: on
line diff
--- a/libpurple/protocols/qq/char_conv.h	Thu Jul 17 05:26:47 2008 +0000
+++ b/libpurple/protocols/qq/char_conv.h	Thu Jul 17 15:12:42 2008 +0000
@@ -40,5 +40,5 @@
 gchar *qq_encode_to_purple(guint8 *font_attr_data, gint len, const gchar *msg);
 
 gchar *qq_im_filter_html(const gchar *text);
-
+void qq_filter_str(gchar *str);
 #endif