Skip to content

Commit

Permalink
Merge pull request #82 from ppisar/prepare_arg_names
Browse files Browse the repository at this point in the history
Correct argument names of XS preparse()
  • Loading branch information
timbunce authored Jul 27, 2019
2 parents d58bcc9 + ba16b25 commit a0e1755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DBI.xs
Original file line number Diff line number Diff line change
Expand Up @@ -5055,11 +5055,11 @@ connected(...)


SV *
preparse(dbh, statement, ps_accept, ps_return, foo=Nullch)
preparse(dbh, statement, ps_return, ps_accept, foo=Nullch)
SV * dbh
char * statement
IV ps_accept
IV ps_return
IV ps_accept
void *foo


Expand Down

0 comments on commit a0e1755

Please # to comment.