comparison mcabber/src/utils.c @ 81:0bd578421ce9

[/trunk] Changeset 95 by mikael * Switch from buddies.* to roster.* Seems to work fine...
author mikael
date Sat, 16 Apr 2005 22:28:55 +0000
parents 32f54ad6d729
children 250f872c722f
comparison
equal deleted inserted replaced
80:7fb661f19a77 81:0bd578421ce9
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <string.h> 3 #include <string.h>
4 #include <stdarg.h> 4 #include <stdarg.h>
5 #include <time.h> 5 #include <time.h>
6 6
7 /* Variables globales a UTILS.C */
8 static int DebugEnabled; 7 static int DebugEnabled;
9 static char *FName; 8 static char *FName;
10 9
11 void ut_InitDebug(int level) 10 void ut_InitDebug(int level)
12 { 11 {