comparison mcabber/src/utils.h @ 138:250f872c722f

[/trunk] Changeset 150 by mikael * Debug defaults to disabled, but can be enabled with the "debug" option.
author mikael
date Thu, 28 Apr 2005 18:47:43 +0000
parents 0bd578421ce9
children 8584f919d9b9
comparison
equal deleted inserted replaced
137:b59cb0c97dfa 138:250f872c722f
1 #ifndef __UTILS_H__ 1 #ifndef __UTILS_H__
2 #define __UTILS_H__ 1 2 #define __UTILS_H__ 1
3 3
4 void ut_InitDebug(int level); 4 void ut_InitDebug(unsigned int level, char *file);
5 void ut_WriteLog(const char *fmt, ...); 5 void ut_WriteLog(const char *fmt, ...);
6 6
7 #endif 7 #endif