/* $Id: log.h,v 1.2.2.1.2.1 2002/09/19 07:59:25 sfpavel Exp $ */

#ifndef _LOG_H
#define _LOG_H

void Log(char level, char *msg,...);
void Debug(char *msg,...);

#endif


syntax highlighted by Code2HTML, v. 0.9.1