diff src/protocols/msn/utils.h @ 8530:45e8c6cbd4a5

[gaim-migrate @ 9269] Removes formatting support for MSN. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 31 Mar 2004 02:27:30 +0000
parents 833dd756dcc3
children 1d5e31e518fc
line wrap: on
line diff
--- a/src/protocols/msn/utils.h	Tue Mar 30 17:44:40 2004 +0000
+++ b/src/protocols/msn/utils.h	Wed Mar 31 02:27:30 2004 +0000
@@ -33,15 +33,4 @@
  */
 void msn_parse_format(const char *mime, char **pre_ret, char **post_ret);
 
-/**
- * Parses the Gaim message formatting (html) into the MSN format.
- *
- * @param html			The html message to format.
- * @param attributes	The returned attributes string.
- * @param message		The returned message string.
- *
- * @return The new message.
- */
-void msn_import_html(const char *html, char **attributes, char **message);
-
 #endif /* _MSN_UTILS_H_ */