mcabber/src/utils.c
changeset 952 527d6f234924
parent 911 fe57dd753a56
child 977 5b01de4ac5e1
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