From 84092c54df4a0978d4de34869e1bbd6a9452272f Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Wed, 30 Mar 2016 14:46:29 +0200 Subject: [PATCH] add 2 missing function declarations repro with -Wimplicit-function-declaration --- dbdimp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dbdimp.h b/dbdimp.h index fa6acfe..880bf37 100644 --- a/dbdimp.h +++ b/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