comparison src/protocols/msn/utils.h @ 8595:1d5e31e518fc

[gaim-migrate @ 9346] This brings back MSN formatting support, for now at least. Tim is working on a patch to make per-message formatting (for MSN and other protocols that decided to be crappy in design) a reality, so this should let him test it out. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 06 Apr 2004 05:41:12 +0000
parents 45e8c6cbd4a5
children 502707ca1836
comparison
equal deleted inserted replaced
8594:f3b928825a72 8595:1d5e31e518fc
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
36 #endif /* _MSN_UTILS_H_ */ 47 #endif /* _MSN_UTILS_H_ */