Add log rotation on SIGHUP

This commit is contained in:
Ian Gulliver
2016-03-07 16:14:35 -08:00
parent ff4f4da608
commit 602c6f729b
3 changed files with 35 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#include <stdint.h>
void log_init(void);
void log_init2(void);
void log_cleanup(void);
bool log_reopen(const char *);
void log_write(char, const uint8_t *, const char *, ...)