PackageManager: HTML Log
[reactos.git] / rosapps / packmgr / lib / log.h
1 ////////////////////////////////////////////////////////
2 //
3 // log.h
4 //
5 // Script Functions
6 //
7 //
8 // Klemens Friedl, 19.03.2005
9 // frik85@hotmail.com
10 //
11 ////////////////////////////////////////////////////////////////////
12
13 #include <stdio.h>
14 #include <string.h>
15
16 #define LOGFILE "logfile.html"
17
18 extern bool LogCreated;
19
20 void Log (const char *message);
21 void LogAdd (const char *message);