rusqlite/libsqlite3-sys/src
Omar Ferrer b2da510b04 Reran bindgens to match the bundled sqlite.
Added manually to the bindgens a type entry for 'Struct_sqlite3' pointing to sqlite3 to prevent changing multiple files.

Reran bindgens as:
bindgen --builtins --link=sqlite3 --output=./libsqlite3-sys/src/bindgen.rs ./libsqlite3-sys/sqlite3/sqlite3.h
2016-10-08 01:12:30 -04:00
..
bindgen.rs Reran bindgens to match the bundled sqlite. 2016-10-08 01:12:30 -04:00
error.rs Change Error from a struct to an enum (BREAKING CHANGE). 2015-12-16 20:30:27 -05:00
lib.rs Move error codes into module (internal change only - public API stays the same). 2015-12-16 20:30:27 -05:00