--- a/libpurple/protocols/gg/html.h Fri Sep 14 14:38:51 2012 +0200 +++ b/libpurple/protocols/gg/html.h Fri Sep 14 16:41:28 2012 +0200 @@ -19,6 +19,9 @@ GGP_HTML_TAG_HR, } ggp_html_tag; +void ggp_html_setup(void); +void ggp_html_cleanup(void); + GHashTable * ggp_html_tag_attribs(const gchar *attribs_str); GHashTable * ggp_html_css_attribs(const gchar *attribs_str); int ggp_html_decode_color(const gchar *str);