@@ -0,0 +1,10 @@
#ifndef LOG_H
#define LOG_H
void startLog(char* filename);
void logLine(char* string);
void endLog();
#endif
The note is not visible to the blocked user.