view mcabber/src/utils.h @ 126:d3ee9abe9ca6

[/trunk] Changeset 139 by mikael * Change group display in the roster window, it wasn't readable at all!
author mikael
date Thu, 28 Apr 2005 06:52:31 +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