comparison src/protocols/jabber/jabber.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 99f4bbeb27bc
children ac191233b816
comparison
equal deleted inserted replaced
6114:3c70f8be8558 6115:11bedb793a44
33 #include "multi.h" 33 #include "multi.h"
34 #include "notify.h" 34 #include "notify.h"
35 #include "prpl.h" 35 #include "prpl.h"
36 #include "request.h" 36 #include "request.h"
37 #include "util.h" 37 #include "util.h"
38 #include "html.h"
38 39
39 /* XXX */ 40 /* XXX */
40 #include "gaim.h" 41 #include "gaim.h"
41 42
42 #ifdef MAX 43 #ifdef MAX