11 #ifndef MDB_CONNECTION_H
12 #define MDB_CONNECTION_H
16 #include "mdb/error.h"
28 typedef struct mdb_connection mdb_connection_t;
47 mdb_connection_t *mdb_connection_create(mdb_on_error_t on_error,
59 void mdb_connection_destroy(mdb_connection_t **
self);