mdbx: переименование mdbx_env_chk_encount_problem().

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2024-04-01 12:46:23 +03:00
parent 2cc6d68c07
commit 639ba8b7a5
3 changed files with 6 additions and 6 deletions

2
mdbx.h
View File

@@ -6288,7 +6288,7 @@ LIBMDBX_API int mdbx_env_chk(MDBX_env *env, const MDBX_chk_callbacks_t *cb,
enum MDBX_chk_severity verbosity,
unsigned timeout_seconds_16dot16);
/** FIXME */
LIBMDBX_API int mdbx_env_chk_problem(MDBX_chk_context_t *ctx);
LIBMDBX_API int mdbx_env_chk_encount_problem(MDBX_chk_context_t *ctx);
/** end of chk @} */