Add very old versions (for history).
[opsoft_archive.git] / silentbob / silentbob-1.4 / include / log.h
blobfc0819e0aaeb63d832341cba3b728885fe375daa
1 /*
2 * (c) Oleg Puchinin 2006
3 * graycardinalster@gmail.com
5 */
7 #ifndef DEFINE_LOG_H
8 #define DEFINE_LOG_H
10 int log_init ();
11 int log_globals (char *file, int type, int size);
12 int log_write (char *log_name, char *log_str);
14 #endif