diff options
Diffstat (limited to 'pimd/pim_time.c')
| -rw-r--r-- | pimd/pim_time.c | 4 | 
1 files changed, 2 insertions, 2 deletions
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;  | 
