comparison mcabber/src/utils.c @ 952:527d6f234924

Small code cleanup
author Mikael Berthe <mikael@lilotux.net>
date Sat, 26 Aug 2006 21:13:13 +0200
parents fe57dd753a56
children 5b01de4ac5e1
comparison
equal deleted inserted replaced
951:f243293e70ad 952:527d6f234924
42 #include "logprint.h" 42 #include "logprint.h"
43 43
44 static int DebugEnabled; 44 static int DebugEnabled;
45 static char *FName; 45 static char *FName;
46 46
47 void ut_InitDebug(unsigned int level, const char *filename) 47 void ut_InitDebug(int level, const char *filename)
48 { 48 {
49 FILE *fp; 49 FILE *fp;
50 struct stat buf; 50 struct stat buf;
51 int err; 51 int err;
52 52