mcabber/src/utils.h
author mikael
Tue, 19 Apr 2005 20:09:54 +0000
changeset 94 9a4aa2797f02
parent 81 0bd578421ce9
child 138 250f872c722f
permissions -rw-r--r--
[/trunk] Changeset 108 by mikael * Add completion functions. (Not integrated to the UI yet)

#ifndef __UTILS_H__
#define __UTILS_H__ 1

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

#endif