mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
add 2 missing function declarations
repro with -Wimplicit-function-declaration
This commit is contained in:
parent
093875d590
commit
84092c54df
1 changed files with 2 additions and 0 deletions
2
dbdimp.h
2
dbdimp.h
|
@ -131,6 +131,8 @@ int sqlite_db_register_fts3_perl_tokenizer(pTHX_ SV *dbh);
|
|||
HV* _sqlite_status(int reset);
|
||||
HV* _sqlite_st_status(pTHX_ SV *sth, int reset);
|
||||
int sqlite_db_create_module(pTHX_ SV *dbh, const char *name, const char *perl_class);
|
||||
int sqlite_db_do_sv(SV *dbh, imp_dbh_t *imp_dbh, SV *sv_statement);
|
||||
void init_cxt();
|
||||
|
||||
|
||||
#ifdef SvUTF8_on
|
||||
|
|
Loading…
Add table
Reference in a new issue