Return Value: none
*****************************************************************************/
-void Q931TimeTick(L3ULONG ms)
+void Q931TimeTick(Q931_TrunkInfo *pTrunk, L3ULONG ms)
{
+ (void)pTrunk;
ms=ms; /* avoid warning for now. */
/* TODO: Loop through all active calls, check timers and call timour procs
Interface Function Prototypes. Implemented in Q931.c
*****************************************************************************/
-void Q931TimeTick(L3ULONG ms);
+void Q931TimeTick(Q931_TrunkInfo *pTrunk, L3ULONG ms);
L3INT Q931Rx23(Q931_TrunkInfo *pTrunk, L3UCHAR * Mes, L3INT Size);
L3INT Q931Tx32(Q931_TrunkInfo *pTrunk, L3UCHAR * Mes, L3INT Size);
L3INT Q931Rx43(Q931_TrunkInfo *pTrunk, L3UCHAR * Mes, L3INT Size);