From 4d762f2607f07b55f464bae4ec0eb7fdf7c656a9 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Thu, 24 Jan 2019 10:12:36 +0100 Subject: Treewide: use ANSI function definitions Signed-off-by: Ruben Kerkhof --- pimd/pim_time.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pimd/pim_time.c') diff --git a/pimd/pim_time.c b/pimd/pim_time.c index 23c85c2fa8..f12f767537 100644 --- a/pimd/pim_time.c +++ b/pimd/pim_time.c @@ -47,7 +47,7 @@ static int gettime_monotonic(struct timeval *tv) pim_time_monotonic_sec(): number of seconds since some unspecified starting point */ -int64_t pim_time_monotonic_sec() +int64_t pim_time_monotonic_sec(void) { struct timeval now_tv; @@ -65,7 +65,7 @@ int64_t pim_time_monotonic_sec() pim_time_monotonic_dsec(): number of deciseconds since some unspecified starting point */ -int64_t pim_time_monotonic_dsec() +int64_t pim_time_monotonic_dsec(void) { struct timeval now_tv; int64_t now_dsec; -- cgit v1.2.3