diff src/protocols/qq/char_conv.h @ 14021:ef8490f9e823

[gaim-migrate @ 16618] Replaced all C++-style comments with C-style ones. Cleaned up some comments and implemented a more consistent formatting scheme. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Wed, 02 Aug 2006 15:35:36 +0000
parents 983fd420e86b
children
line wrap: on
line diff
--- a/src/protocols/qq/char_conv.h	Wed Aug 02 13:37:13 2006 +0000
+++ b/src/protocols/qq/char_conv.h	Wed Aug 02 15:35:36 2006 +0000
@@ -20,8 +20,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-// START OF FILE
-/*****************************************************************************/
 #ifndef _QQ_CHAR_CONV_H_
 #define _QQ_CHAR_CONV_H_
 
@@ -29,18 +27,16 @@
 
 #define QQ_CHARSET_DEFAULT      "GBK"
 
-gint convert_as_pascal_string(guint8 * data, gchar ** ret, const gchar * from_charset);
+gint convert_as_pascal_string(guint8 *data, gchar **ret, const gchar *from_charset);
 
-gchar *qq_smiley_to_gaim(gchar * text);
+gchar *qq_smiley_to_gaim(gchar *text);
 
-gchar *gaim_smiley_to_qq(gchar * text);
+gchar *gaim_smiley_to_qq(gchar *text);
 
-gchar *utf8_to_qq(const gchar * str, const gchar * to_charset);
-gchar *qq_to_utf8(const gchar * str, const gchar * from_charset);
-gchar *qq_encode_to_gaim(guint8 * font_attr_data, gint len, const gchar * msg);
+gchar *utf8_to_qq(const gchar *str, const gchar *to_charset);
+gchar *qq_to_utf8(const gchar *str, const gchar *from_charset);
+gchar *qq_encode_to_gaim(guint8 *font_attr_data, gint len, const gchar *msg);
 
-gchar *qq_im_filter_html(const gchar * text);
+gchar *qq_im_filter_html(const gchar *text);
 
 #endif
-/*****************************************************************************/
-// END OF FILE