Add --log-timestamps

This commit is contained in:
Ian Gulliver
2016-03-07 20:12:35 -08:00
parent 3bcc2b43ba
commit eb89dafd0d
3 changed files with 26 additions and 1 deletions

View File

@@ -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)));