mcabber/src/utils.h
author mikael
Sun, 01 May 2005 05:03:14 +0000
changeset 154 8630b7cae87b
parent 138 250f872c722f
child 241 8584f919d9b9
permissions -rw-r--r--
[/trunk] Changeset 166 by mikael * Try to prevent segfaults when resizing intensively.

#ifndef __UTILS_H__
#define __UTILS_H__ 1

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

#endif