comparison 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
comparison
equal deleted inserted replaced
8529:2f505651ac03 8530:45e8c6cbd4a5
31 * 31 *
32 * @return The new message. 32 * @return The new message.
33 */ 33 */
34 void msn_parse_format(const char *mime, char **pre_ret, char **post_ret); 34 void msn_parse_format(const char *mime, char **pre_ret, char **post_ret);
35 35
36 /**
37 * Parses the Gaim message formatting (html) into the MSN format.
38 *
39 * @param html The html message to format.
40 * @param attributes The returned attributes string.
41 * @param message The returned message string.
42 *
43 * @return The new message.
44 */
45 void msn_import_html(const char *html, char **attributes, char **message);
46
47 #endif /* _MSN_UTILS_H_ */ 36 #endif /* _MSN_UTILS_H_ */