mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Adapt to latest OpenHBCI changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8489 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b8d70cc4cd
commit
25e52baa69
@ -505,12 +505,14 @@ gnc_hbci_new_interactor(GNCInteractor *data)
|
||||
{
|
||||
HBCI_InteractorCB *inter;
|
||||
|
||||
inter = HBCI_InteractorCB_new(&destr,
|
||||
inter = HBCI_InteractorCB_new2(&destr,
|
||||
&msgInputPin,
|
||||
&msgInsertMediumOrAbort,
|
||||
&msgInsertCorrectMediumOrAbort,
|
||||
&msgStateResponse,
|
||||
&keepAlive,
|
||||
NULL,
|
||||
NULL,
|
||||
data);
|
||||
|
||||
return HBCI_InteractorCB_Interactor(inter);
|
||||
|
Loading…
Reference in New Issue
Block a user