diff options
Diffstat (limited to 'src/log.h')
| -rw-r--r-- | src/log.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ +#pragma once + #include <stdarg.h> #include <stdio.h> void log_init(void); -void log_info(const char *fmtstr, ...); -void log_end(void); +void log_deinit(void); -extern int log_active; -extern FILE *log_file; +void log_info(const char *fmtstr, ...); |
