create project structure
This commit is contained in:
8
libmysyslog-text/include/log_text.h
Normal file
8
libmysyslog-text/include/log_text.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef LOG_TEXT_H
|
||||
#define LOG_TEXT_H
|
||||
|
||||
#include "mysyslog.h"
|
||||
|
||||
void log_text(const char* msg, LogLevel level, const char* path);
|
||||
|
||||
#endif // LOG_TEXT_H
|
||||
Reference in New Issue
Block a user