view mcabber/src/utils.h @ 123:1bdf882bed98

[/trunk] Changeset 136 by mikael * Fix a display problem when there is only one buddy connected and hide_offline is set and this buddy goes offline.
author mikael
date Tue, 26 Apr 2005 10:11:57 +0000
parents 0bd578421ce9
children 250f872c722f
line wrap: on
line source

#ifndef __UTILS_H__
#define __UTILS_H__ 1

void ut_InitDebug(int level);
void ut_WriteLog(const char *fmt, ...);

#endif