mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-23 07:12:56 -05:00
Tweak MDB_val to match struct berval
This commit is contained in:
parent
985f765dc5
commit
af70c0d9ce
1 changed files with 1 additions and 1 deletions
|
|
@ -43,8 +43,8 @@ typedef struct MDB_env MDB_env;
|
|||
typedef unsigned int MDB_dbi;
|
||||
|
||||
typedef struct MDB_val {
|
||||
void *mv_data;
|
||||
size_t mv_size;
|
||||
void *mv_data;
|
||||
} MDB_val;
|
||||
|
||||
typedef int (MDB_cmp_func)(const MDB_val *a, const MDB_val *b);
|
||||
|
|
|
|||
Loading…
Reference in a new issue