diff options
Diffstat (limited to 'plugins/Dbx_mdbx/src/libmdbx/test/log.h')
-rw-r--r-- | plugins/Dbx_mdbx/src/libmdbx/test/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dbx_mdbx/src/libmdbx/test/log.h b/plugins/Dbx_mdbx/src/libmdbx/test/log.h index c321f3ce91..81eaf2ca91 100644 --- a/plugins/Dbx_mdbx/src/libmdbx/test/log.h +++ b/plugins/Dbx_mdbx/src/libmdbx/test/log.h @@ -81,6 +81,7 @@ void __printf_args(1, 2) log_warning(const char *msg, ...); void __printf_args(1, 2) log_error(const char *msg, ...); void log_trouble(const char *where, const char *what, int errnum); +void log_flush(void); bool log_enabled(const logging::loglevel priority); #ifdef _DEBUG |