ruby-mdbx/ext/mdbx_ext/mdbx_ext.h

14 lines
223 B
C
Raw Normal View History

#include <ruby.h>
#include "extconf.h"
#include "mdbx.h"
/* ------------------------------------------------------------
Globals
------------------------------------------------------------ */
VALUE mdbx_mMDBX;