1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 22:58:17 -04:00

silenced warnings

This commit is contained in:
Kenichi Ishigaki 2012-01-12 16:16:32 +00:00
parent 8656844bd9
commit 0d02c0586e

View file

@ -104,6 +104,8 @@ SV* sqlite_db_rollback_hook( pTHX_ SV *dbh, SV *hook );
SV* sqlite_db_update_hook( pTHX_ SV *dbh, SV *hook );
int sqlite_db_set_authorizer( pTHX_ SV *dbh, SV *authorizer );
AV* sqlite_compile_options();
int sqlite_db_trace(pTHX_ SV *dbh, SV *func);
int sqlite_db_profile(pTHX_ SV *dbh, SV *func);
int sqlite_db_register_fts3_perl_tokenizer(pTHX_ SV *dbh);