comparison mcabber/src/settings.c @ 378:2e6c7b1440d1

Improve debugging/logging * Tell the user when the tracelog file can't be open * Only include logprint.h when screen.h is not needed
author Mikael Berthe <mikael@lilotux.net>
date Tue, 26 Jul 2005 18:33:22 +0100
parents bd5638c21834
children f8f3c7493457
comparison
equal deleted inserted replaced
377:00809e3e327e 378:2e6c7b1440d1
24 #include <ctype.h> 24 #include <ctype.h>
25 25
26 #include "settings.h" 26 #include "settings.h"
27 #include "commands.h" 27 #include "commands.h"
28 #include "utils.h" 28 #include "utils.h"
29 #include "screen.h" 29 #include "logprint.h"
30 30
31 static GSList *option; 31 static GSList *option;
32 static GSList *alias; 32 static GSList *alias;
33 static GSList *binding; 33 static GSList *binding;
34 34