123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #ifndef _LSUP_STORE_MDB_H
- #define _LSUP_STORE_MDB_H
- #include "lmdb.h"
- #include "buffer.h"
- #include "store_interface.h"
- #define LSUP_MDB_STORE_URN "file:
- extern const LSUP_StoreInt mdbstore_int;
- #endif
|