ITS#9364 fix doxygen comment

This commit is contained in:
Howard Chu 2020-10-12 22:55:51 +01:00
parent 8e8371d125
commit fccd990c93

View file

@ -1760,6 +1760,7 @@ typedef struct MDB_crypto_funcs {
* @return A pointer to a #MDB_crypto_funcs structure.
*/
typedef MDB_crypto_funcs *(MDB_crypto_hooks)(void);
/** @} */
#ifdef __cplusplus
}