reactos/rosapps/packmgr/lib/log.h
Magnus Olsen 12a01a7706 move back packmgr did move it by mistake
svn path=/trunk/; revision=22441
2006-06-20 21:12:15 +00:00

22 lines
388 B
C

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