L3INT CRV; /* Call reference value */
ie ChanID; /* Channel identification */
ie Display; /* Display */
+ ie RestartWin; /* Restart Window */
ie RestartInd; /* Restart indicator */
L3UCHAR buf[1]; /* Dynamic buffer */
}Q931mes_Restart;
Description: Compute a Ptr to the information element.
*****************************************************************************/
-#define Q931GetIEPtr(ie,buf) (&buf[Q931GetIEOffset(ie)])
+#define Q931GetIEPtr(ie,buf) ((void *)&buf[Q931GetIEOffset(ie)])
/*****************************************************************************