Updates for NetBSD.

This commit is contained in:
Jonathan Naylor
2020-10-05 12:59:57 +01:00
parent 1ff647b701
commit c63d1503bb
4 changed files with 56 additions and 30 deletions

2
Log.h
View File

@@ -30,7 +30,7 @@
extern void Log(unsigned int level, const char* fmt, ...);
extern bool LogInitialise(const std::string& filePath, const std::string& fileRoot, unsigned int fileLevel, unsigned int displayLevel);
extern bool LogInitialise(bool daemon, const std::string& filePath, const std::string& fileRoot, unsigned int fileLevel, unsigned int displayLevel);
extern void LogFinalise();
#endif