comparison mcabber/src/utils.h @ 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
1 #ifndef __UTILS_H__ 1 #ifndef __UTILS_H__
2 #define __UTILS_H__ 1 2 #define __UTILS_H__ 1
3
4 #include <ncurses.h>
5 3
6 void ut_InitDebug(int level); 4 void ut_InitDebug(int level);
7 void ut_WriteLog(const char *fmt, ...); 5 void ut_WriteLog(const char *fmt, ...);
8 6
9
10 #endif 7 #endif