view mcabber/src/utils.h @ 80:7fb661f19a77

[/trunk] Changeset 94 by mikael * Hopefully the last roster update for now. Minor changes.
author mikael
date Sat, 16 Apr 2005 21:13:59 +0000
parents 32f54ad6d729
children 0bd578421ce9
line wrap: on
line source

#ifndef __UTILS_H__
#define __UTILS_H__ 1

#include <ncurses.h>

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


#endif