view mcabber/src/utils.h @ 88:3c51989b0982

[/trunk] Changeset 102 by mikael * Avoid callin cfg_read() several times for the same option.
author mikael
date Mon, 18 Apr 2005 03:23:17 +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