diff src/protocols/jabber/presence.c @ 7095:c8bf2da398e3

[gaim-migrate @ 7660] html.[ch] is gone. Everything inside was namespaced and put in util.[ch]. One less ugly part of gaim in the tree. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 03:43:18 +0000
parents dece74f05509
children bf630f7dfdcd
line wrap: on
line diff
--- a/src/protocols/jabber/presence.c	Wed Oct 01 03:01:25 2003 +0000
+++ b/src/protocols/jabber/presence.c	Wed Oct 01 03:43:18 2003 +0000
@@ -21,10 +21,10 @@
 #include "internal.h"
 
 #include "debug.h"
-#include "html.h"
 #include "notify.h"
 #include "request.h"
 #include "server.h"
+#include "util.h"
 
 #include "buddy.h"
 #include "chat.h"
@@ -54,7 +54,7 @@
 	char *stripped = NULL;
 
 	if(msg) {
-		html_to_xhtml(msg, NULL, &stripped);
+		gaim_markup_html_to_xhtml(msg, NULL, &stripped);
 	} else {
 		stripped = g_strdup("");
 	}