mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
patch from VOVKASM 2: fix prototype for clang
This commit is contained in:
parent
62bf573fc0
commit
2fd496bff8
1 changed files with 3 additions and 3 deletions
6
dbdimp.h
6
dbdimp.h
|
@ -107,12 +107,12 @@ AV* sqlite_compile_options();
|
||||||
int sqlite_db_trace(pTHX_ SV *dbh, SV *func);
|
int sqlite_db_trace(pTHX_ SV *dbh, SV *func);
|
||||||
int sqlite_db_profile(pTHX_ SV *dbh, SV *func);
|
int sqlite_db_profile(pTHX_ SV *dbh, SV *func);
|
||||||
HV* sqlite_db_table_column_metadata(pTHX_ SV *dbh, SV *dbname, SV *tablename, SV *columnname);
|
HV* sqlite_db_table_column_metadata(pTHX_ SV *dbh, SV *dbname, SV *tablename, SV *columnname);
|
||||||
HV* sqlite_db_status(pTHX_ SV *dbh, int reset);
|
HV* _sqlite_db_status(pTHX_ SV *dbh, int reset);
|
||||||
SV* sqlite_db_filename(pTHX_ SV *dbh);
|
SV* sqlite_db_filename(pTHX_ SV *dbh);
|
||||||
|
|
||||||
int sqlite_db_register_fts3_perl_tokenizer(pTHX_ SV *dbh);
|
int sqlite_db_register_fts3_perl_tokenizer(pTHX_ SV *dbh);
|
||||||
HV* sqlite_status(int reset);
|
HV* _sqlite_status(int reset);
|
||||||
HV* sqlite_st_status(pTHX_ SV *sth, imp_sth_t *imp_sth, int reset);
|
HV* _sqlite_st_status(pTHX_ SV *sth, int reset);
|
||||||
|
|
||||||
#ifdef SvUTF8_on
|
#ifdef SvUTF8_on
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue