Automatically init/exit libmdb code

mdb_init() and mdb_exit() are now deprecated.
This commit is contained in:
Nirgal Vourgère
2012-07-22 02:29:04 +02:00
parent f8a3839c7f
commit f6cd70494c
26 changed files with 34 additions and 122 deletions

View File

@@ -416,8 +416,8 @@ typedef struct {
} MdbSarg;
/* mem.c */
extern void mdb_init();
extern void mdb_exit();
extern void mdb_init(); // DEPRECATED
extern void mdb_exit(); // DEPRECATED
/* file.c */
extern ssize_t mdb_read_pg(MdbHandle *mdb, unsigned long pg);