diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/core/timer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/core/timer.h b/include/osmocom/core/timer.h index dbda13f2..48e7d8da 100644 --- a/include/osmocom/core/timer.h +++ b/include/osmocom/core/timer.h @@ -65,6 +65,8 @@ struct osmo_timer_list { * timer management */ +void osmo_timer_setup(struct osmo_timer_list *timer, void (*cb)(void *data), void *data); + void osmo_timer_add(struct osmo_timer_list *timer); void osmo_timer_schedule(struct osmo_timer_list *timer, int seconds, int microseconds); |