diff libpurple/protocols/myspace/myspace.h @ 17961:e5525819d652

Finish emoticon support. You can now send smileys to yourself, they can be disabled, and compilation produces no smiley-related warnings.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sat, 21 Jul 2007 02:51:43 +0000
parents 9e8943111022
children 8e351e08aba0
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Sat Jul 21 02:33:11 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Sat Jul 21 02:51:43 2007 +0000
@@ -236,6 +236,7 @@
 void msim_markup_tag_to_html(MsimSession *, xmlnode *root, gchar **begin, gchar **end);
 void html_tag_to_msim_markup(MsimSession *, xmlnode *root, gchar **begin, gchar **end);
 gchar *msim_convert_xml(MsimSession *, const gchar *raw, MSIM_XMLNODE_CONVERT f);
+gchar *msim_convert_smileys_to_markup(gchar *before);
 
 /* High-level msim markup <=> html conversion functions. */
 gchar *msim_markup_to_html(MsimSession *, const gchar *raw);