view mcabber/src/utils.h @ 234:16793da74564

[/trunk] Changeset 247 by mikael * Do not hardcode version in harddefines.h (use config.h) * Update doc date
author mikael
date Fri, 10 Jun 2005 17:52:44 +0000
parents 250f872c722f
children 8584f919d9b9
line wrap: on
line source

#ifndef __UTILS_H__
#define __UTILS_H__ 1

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

#endif