view mcabber/src/utils.h @ 114:065d8368c36b

[/trunk] Changeset 128 by mikael * Don't send a keepalive (reset it) when we send a message.
author mikael
date Sun, 24 Apr 2005 20:30:33 +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