Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add 2 missing function declarations
repro with -Wimplicit-function-declaration
  • Loading branch information
Reini Urban committed Mar 30, 2016
1 parent 093875d commit 84092c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbdimp.h
Expand Up @@ -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
Expand Down

0 comments on commit 84092c5

Please sign in to comment.