comparison src/html.c @ 6115:11bedb793a44

[gaim-migrate @ 6578] I can't believe I never committed this. I moved the "html" function definitions out of gaim.h and put them in html.h. I think I got every file that uses them, but if someone finds a file I missed, add the #include there. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 13 Jul 2003 21:40:24 +0000
parents 94ad4d45346a
children 3de23c9ca1e4
comparison
equal deleted inserted replaced
6114:3c70f8be8558 6115:11bedb793a44
20 * 20 *
21 */ 21 */
22 #include "internal.h" 22 #include "internal.h"
23 23
24 #include "debug.h" 24 #include "debug.h"
25 #include "html.h"
25 #include "proxy.h" 26 #include "proxy.h"
26 27
27 #include "gaim.h" 28 #include "gaim.h"
28 29
29 gchar *strip_html(const gchar *text) 30 gchar *strip_html(const gchar *text)