changed the function signature of qse_tmr_gettmout()

This commit is contained in:
2016-01-30 18:07:20 +00:00
parent ca08d90853
commit 1bdd1f5f6c
3 changed files with 7 additions and 5 deletions

View File

@ -128,9 +128,10 @@ QSE_EXPORT void qse_tmr_delete (
qse_tmr_index_t index
);
QSE_EXPORT qse_size_t qse_tmr_fire (
QSE_EXPORT int qse_tmr_fire (
qse_tmr_t* tmr,
const qse_ntime_t* tm
const qse_ntime_t* tm,
qse_size_t* firecnt
);
QSE_EXPORT int qse_tmr_gettmout (