diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h index c8fd8158a..bd57ef59b 100644 --- a/src/util.h +++ b/src/util.h @@ -128,9 +128,9 @@ gchar* resolve_stat_filename (memory_pool_t *pool, gchar *pattern, gchar *rcpt, /* * Calculate check time with specified resolution of timer */ -const gchar* calculate_check_time (struct timeval *tv, struct timespec *begin, gint resolution); +const gchar* calculate_check_time (struct timeval *tv, struct timespec *begin, gint resolution, guint32 *scan_ms); #else -const gchar* calculate_check_time (struct timeval *begin, gint resolution); +const gchar* calculate_check_time (struct timeval *begin, gint resolution, guint32 *scan_ms); #endif /* |