aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-03-25 13:10:48 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-03-25 13:10:48 +0300
commitb539b432494cafe78c47a0fc13a289006c4a1b24 (patch)
treeef90a21ec435241f11e6354208853e915a03d5c8 /src/util.h
parent62aaf7da57503a257aecede98ba2ae2e1f2ee3e2 (diff)
downloadrspamd-b539b432494cafe78c47a0fc13a289006c4a1b24.tar.gz
rspamd-b539b432494cafe78c47a0fc13a289006c4a1b24.zip
* More accurate work with clock
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 67e3d3d01..501a78cc3 100644
--- a/src/util.h
+++ b/src/util.h
@@ -55,6 +55,6 @@ void file_log_function (const gchar *log_domain, GLogLevelFlags log_level, const
/* 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);
-long int calculate_check_time (struct timespec *begin);
+const char* calculate_check_time (struct timespec *begin, int resolution);
#endif