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:
parent
8656844bd9
commit
0d02c0586e
1 changed files with 2 additions and 0 deletions
2
dbdimp.h
2
dbdimp.h
|
@ -104,6 +104,8 @@ SV* sqlite_db_rollback_hook( pTHX_ SV *dbh, SV *hook );
|
||||||
SV* sqlite_db_update_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 );
|
int sqlite_db_set_authorizer( pTHX_ SV *dbh, SV *authorizer );
|
||||||
AV* sqlite_compile_options();
|
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);
|
int sqlite_db_register_fts3_perl_tokenizer(pTHX_ SV *dbh);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue