| lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | #ifndef _cc_timer_h_ |
| 2 | #define _cc_timer_h_ | ||||
| 3 | |||||
| 4 | |||||
| 5 | #include "cc_com.h" | ||||
| 6 | #include "message.h" | ||||
| 7 | |||||
| 8 | |||||
| 9 | VOID *zCcApp_HookOffTimer(VOID *arg); | ||||
| 10 | VOID *zCcApp_HookOff_Idle_Timer(VOID *arg); | ||||
| 11 | VOID *zCcApp_DtmfTimer(VOID *arg); | ||||
| 12 | VOID *zCcApp_BusyToneTimer(VOID *arg); | ||||
| 13 | VOID *zCcApp_TkyToneTimer(VOID *arg); | ||||
| 14 | VOID *zCcApp_SsDialToneTimer(VOID *arg); | ||||
| 15 | |||||
| 16 | #endif | ||||
| 17 | |||||