--- a/src/protocols/msn/utils.h Sun Mar 28 19:53:43 2004 +0000 +++ b/src/protocols/msn/utils.h Sun Mar 28 21:38:22 2004 +0000 @@ -33,4 +33,15 @@ */ 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_ */