Add --log-timestamps
This commit is contained in:
@@ -11,5 +11,6 @@ void log_init(void);
|
||||
void log_init2(void);
|
||||
void log_cleanup(void);
|
||||
bool log_reopen(const char *);
|
||||
bool log_enable_timestamps(const char *);
|
||||
void log_write(char, const char *, const uint8_t *, const char *, ...)
|
||||
__attribute__ ((__format__ (__printf__, 4, 5)));
|
||||
|
||||
Reference in New Issue
Block a user