Update vendored Sqlite3-ruby to 1.3.0
Also, some tweaks to Maruku.
This commit is contained in:
parent
9a80cacc34
commit
4f8759cdf3
55 changed files with 3071 additions and 8028 deletions
15
vendor/plugins/sqlite3-ruby/ext/sqlite3/database.h
vendored
Normal file
15
vendor/plugins/sqlite3-ruby/ext/sqlite3/database.h
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef SQLITE3_DATABASE_RUBY
|
||||
#define SQLITE3_DATABASE_RUBY
|
||||
|
||||
#include <sqlite3_ruby.h>
|
||||
|
||||
struct _sqlite3Ruby {
|
||||
sqlite3 *db;
|
||||
};
|
||||
|
||||
typedef struct _sqlite3Ruby sqlite3Ruby;
|
||||
typedef sqlite3Ruby * sqlite3RubyPtr;
|
||||
|
||||
void init_sqlite3_database();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue