fix: add api back

This commit is contained in:
Liu Jicong 2022-06-01 20:03:01 +08:00
parent c2f7023024
commit fcc5527b88
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ tmr_h taosTmrStart(TAOS_TMR_CALLBACK fp, int32_t mseconds, void *param, void *ha
bool taosTmrStop(tmr_h tmrId);
bool taosTmrStopA(tmr_h *tmrId);
bool taosTmrReset(TAOS_TMR_CALLBACK fp, int32_t mseconds, void *param, void *handle, tmr_h *pTmrId);
#ifdef __cplusplus