From 0d02c0586ea2fa34906c7bf27b37bd054f618899 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 12 Jan 2012 16:16:32 +0000 Subject: [PATCH] silenced warnings --- dbdimp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dbdimp.h b/dbdimp.h index 6decc98..b78592a 100644 --- a/dbdimp.h +++ b/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 ); 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);