diff options
Diffstat (limited to 'include/log.hpp')
| -rw-r--r-- | include/log.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/log.hpp b/include/log.hpp index 4e3f4f5..cdb6a9f 100644 --- a/include/log.hpp +++ b/include/log.hpp @@ -36,6 +36,7 @@ typedef struct { log* get_log(); +void log_clear(); void log_aerr(a_err errors); void log_info(const char* fmt, ...) IM_FMTARGS(2); void log_error(const char* fmt, ...) IM_FMTARGS(2);
\ No newline at end of file |
