diff options
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/core/timer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osmocom/core/timer.h b/include/osmocom/core/timer.h index db2ecbf7..6c2e8c50 100644 --- a/include/osmocom/core/timer.h +++ b/include/osmocom/core/timer.h @@ -64,9 +64,9 @@ int osmo_timer_pending(struct osmo_timer_list *timer); /** * internal timer list management */ -struct timeval *osmo_timers_nearest(); -void osmo_timers_prepare(); -int osmo_timers_update(); +struct timeval *osmo_timers_nearest(void); +void osmo_timers_prepare(void); +int osmo_timers_update(void); int osmo_timers_check(void); #endif |