}
pb->ioDirection = 1; /* outgoing attention data */
if (sp->sapb) { /* Pending attentions already? */
- qAddToEnd(&sp->sapb, pb); /* Just add to end of queue */
+ qAddToEnd((struct qlink **)&sp->sapb, (struct qlink *)pb); /* Just add to end of queue */
} else {
sp->sendAttnData = 1; /* Start off this attention */
pb->qLink = 0;