1 2 3 4 5 6 7
#include <sqlite3.h> struct lsqlite3_private { char ** options; sqlite3 * sqlite; int lock_count; };