Adapted to new capilib version.

This commit is contained in:
MelwareDE 2005-11-28 19:18:39 +00:00
parent a9f752ad69
commit ea1680aa54
1 changed files with 9 additions and 2 deletions

View File

@ -912,7 +912,8 @@ static void check_incoming_complete(capi_connection *plcip)
0, /* BChannelinformation */
0, /* Keypadfacility */
0, /* Useruserdata */
0 /* Facilitydataarray */
0, /* Facilitydataarray */
0 /* Sending Complete */
);
plcip->msgid = gcmsg.Messagenumber;
send_message(card, &gcmsg);
@ -964,6 +965,7 @@ ignore:
0,
0,
0,
0, /* Globalconfiguration */
0, /* ConnectedNumber */
0, /* ConnectedSubaddress */
0, /* LLC */
@ -1506,13 +1508,15 @@ capi_connection *capiconn_connect(
plcip->conninfo.b1config,
plcip->conninfo.b2config,
plcip->conninfo.b3config,
0, /* Globalconfiguration */
0, /* BC */
0, /* LLC */
0, /* HLC */
plcip->conninfo.bchaninfo, /* BChannelinformation */
0, /* Keypadfacility */
0, /* Useruserdata */
0 /* Facilitydataarray */
0, /* Facilitydataarray */
0 /* SendingComplete */
);
plcip->msgid = cmdcmsg.Messagenumber;
@ -1564,6 +1568,7 @@ int capiconn_accept(
plcip->conninfo.b1config,
plcip->conninfo.b2config,
plcip->conninfo.b3config,
0, /* Globalconfiguration */
0, /* ConnectedNumber */
0, /* ConnectedSubaddress */
0, /* LLC */
@ -1597,6 +1602,7 @@ int capiconn_ignore(capi_connection *plcip)
0,
0,
0,
0, /* Globalconfiguration */
0, /* ConnectedNumber */
0, /* ConnectedSubaddress */
0, /* LLC */
@ -1630,6 +1636,7 @@ int capiconn_reject(capi_connection *plcip)
0,
0,
0,
0, /* Globalconfiguration */
0, /* ConnectedNumber */
0, /* ConnectedSubaddress */
0, /* LLC */