mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
DBD-SQLite: added several prototypes to silence warnings
This commit is contained in:
parent
bb74084586
commit
54c2130015
1 changed files with 6 additions and 0 deletions
6
dbdimp.h
6
dbdimp.h
|
@ -95,6 +95,12 @@ int sqlite_db_busy_timeout (pTHX_ SV *dbh, int timeout );
|
|||
int sqlite_db_backup_from_file(pTHX_ SV *dbh, char *filename);
|
||||
int sqlite_db_backup_to_file(pTHX_ SV *dbh, char *filename);
|
||||
|
||||
void sqlite_db_collation_needed(pTHX_ SV *dbh, SV *callback );
|
||||
SV* sqlite_db_commit_hook( pTHX_ SV *dbh, SV *hook );
|
||||
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 );
|
||||
|
||||
#ifdef SvUTF8_on
|
||||
|
||||
static SV *
|
||||
|
|
Loading…
Add table
Reference in a new issue