[libdbd-sqlite3-perl] 25/43: add 2 missing function declarations
Salvatore Bonaccorso
carnil at debian.org
Tue Nov 15 15:27:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libdbd-sqlite3-perl.
commit 84092c54df4a0978d4de34869e1bbd6a9452272f
Author: Reini Urban <rurban at cpanel.net>
Date: Wed Mar 30 14:46:29 2016 +0200
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-sqlite3-perl.git
More information about the Pkg-perl-cvs-commits
mailing list