mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 03:14:14 +08:00
Update mdbx.h
This commit is contained in:
parent
1ebc1e7c49
commit
3a441d6d3a
2
mdbx.h
2
mdbx.h
@ -823,7 +823,7 @@ DEFINE_ENUM_FLAG_OPERATORS(MDBX_debug_flags_t)
|
||||
* \param [in] env An environment handle returned by \ref mdbx_env_create().
|
||||
* \param [in] msg The assertion message, not including newline. */
|
||||
typedef void MDBX_debug_func(MDBX_log_level_t loglevel, const char *function,
|
||||
int line, const char *msg,
|
||||
int line, const char *fmt,
|
||||
va_list args) MDBX_CXX17_NOEXCEPT;
|
||||
|
||||
/** \brief The "don't change `logger`" value for mdbx_setup_debug() */
|
||||
|
Loading…
x
Reference in New Issue
Block a user