comparison src/core.h @ 5211:0241d6b6702d

[gaim-migrate @ 5581] Wrote a new debugging API, and of course core/ui split it. Debug statements can now have debug levels and categories, for future filtering of stuff, and color highlighting. It's nifty, m'kay? committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 06:46:08 +0000
parents fefad67de2c7
children 890b29f00b68
comparison
equal deleted inserted replaced
5210:39bb2a35f8d9 5211:0241d6b6702d
47 struct gaim_account; 47 struct gaim_account;
48 struct group; 48 struct group;
49 struct buddy; 49 struct buddy;
50 50
51 51
52 #include "debug.h"
52 #include "multi.h" 53 #include "multi.h"
53 #include "conversation.h" 54 #include "conversation.h"
54 #include "ft.h" 55 #include "ft.h"
55 #include "privacy.h" 56 #include "privacy.h"
56 #include "plugin.h" 57 #include "plugin.h"