/* $Id: util.h,v 1.26 2002/12/02 17:01:11 kuhlmann Exp $ */

#ifndef MICQ_UTIL_H
#define MICQ_UTIL_H

void Init_New_User (Connection *conn);

int putlog (Connection *conn, time_t stamp, Contact *cont, 
            UDWORD status, enum logtype level, UWORD type, const char *str);

void EventExec (Contact *cont, const char *script, UBYTE type, UDWORD msgtype, const char *text);

#endif /* MICQ_UTIL_H */
