Files
reactos/rosapps/packmgr/lib/log.h
T
2006-06-20 21:12:15 +00:00

22 lines
388 B
C

////////////////////////////////////////////////////////
//
// log.h
//
// Script Functions
//
//
// Klemens Friedl, 19.03.2005
// [email protected]
//
////////////////////////////////////////////////////////////////////
#include <stdio.h>
#include <string.h>
#define LOGFILE "logfile.html"
extern bool LogCreated;
void Log (const char *message);
void LogAdd (const char *message);