summaryrefslogtreecommitdiff
path: root/util/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/log.h')
-rw-r--r--util/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/log.h b/util/log.h
index 270ffc5c180a..5ba1a0bc4d73 100644
--- a/util/log.h
+++ b/util/log.h
@@ -108,7 +108,7 @@ void log_ident_set(const char* id);
* @param t: the point is copied and used to find the time.
* if NULL, time(2) is used.
*/
-void log_set_time(uint32_t* t);
+void log_set_time(time_t* t);
/**
* Set if the time value is printed ascii or decimal in log entries.