forked from scott/threaded_network_chat
10 lines
148 B
C
10 lines
148 B
C
#ifndef LOG_H
|
|
#define LOG_H
|
|
|
|
#include "public.h"
|
|
|
|
int linesInFile(string path);
|
|
int writeToFile(string path, string line, bool incLineNum);
|
|
|
|
#endif
|