view mcabber/src/utils.h @ 89:d39f15683c34

[/trunk] Changeset 103 by mikael * Can now use a TYPE mask combination. * Add roster_settype() and roster_gettype().
author mikael
date Mon, 18 Apr 2005 17:14:12 +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