Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HAMANO Tsukasa
OpenLDAP
Commits
c378b252
Commit
c378b252
authored
Aug 11, 2011
by
Howard Chu
Browse files
Move MDB_VERSION to mdb.h, use major/minor/patch
parent
af70c0d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libmdb/mdb.h
View file @
c378b252
...
...
@@ -32,6 +32,11 @@
#include
<sys/types.h>
#define MDB_VERSION_MAJOR 0
#define MDB_VERSION_MINOR 8
#define MDB_VERSION_PATCH 0
#define MDB_VERSION_FULL ((MDB_VERSION_MAJOR << 24) | (MDB_VERSION_MINOR << 16) | MDB_VERSION_PATCH)
struct
MDB_cursor
;
struct
MDB_txn
;
struct
MDB_env
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment