diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index 89a430d52..b3e9338ab 100644 --- a/src/util.h +++ b/src/util.h @@ -65,7 +65,7 @@ int pidfile_remove(struct pidfh *pfh); /* Replace %r with rcpt value and %f with from value, new string is allocated in pool */ char* resolve_stat_filename (memory_pool_t *pool, char *pattern, char *rcpt, char *from); #ifdef HAVE_CLOCK_GETTIME -const char* calculate_check_time (struct timespec *begin, int resolution); +const char* calculate_check_time (struct timeval *tv, struct timespec *begin, int resolution); #else const char* calculate_check_time (struct timeval *begin, int resolution); #endif |