comparison mcabber/src/hooks.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 39c5da51b387 d59e9b8c91d3
comparison
equal deleted inserted replaced
377:00809e3e327e 378:2e6c7b1440d1
19 * USA 19 * USA
20 */ 20 */
21 21
22 #include <sys/types.h> 22 #include <sys/types.h>
23 #include <unistd.h> 23 #include <unistd.h>
24 #include <screen.h>
25 24
26 #include "hooks.h" 25 #include "hooks.h"
26 #include "screen.h"
27 #include "roster.h" 27 #include "roster.h"
28 #include "histolog.h" 28 #include "histolog.h"
29 #include "utf8.h" 29 #include "utf8.h"
30 #include "hbuf.h" 30 #include "hbuf.h"
31 31