From 7e8202025952db439dd54979f6143ad94942dea3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 16 Jul 2011 10:15:16 +0200 Subject: timer: use (void) for functions that take no arguments This has been detected by http://smatch.sourceforge.net/ --- include/osmocom/core/timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/osmocom/core/timer.h') 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 -- cgit v1.2.3