view mcabber/src/utils.h @ 399:545384c43d48

Mention "default" color
author Mikael Berthe <mikael@lilotux.net>
date Sat, 20 Aug 2005 16:22:04 +0200
parents bd5638c21834
children 2f9852610cf4
line wrap: on
line source

#ifndef __UTILS_H__
#define __UTILS_H__ 1

void ut_InitDebug(unsigned int level, const char *file);
void ut_WriteLog(unsigned int flag, const char *data);

int checkset_perm(const char *name, unsigned int setmode);

int    to_iso8601(char *dststr, time_t timestamp);
time_t from_iso8601(const char *timestamp, int utc);

#endif