summaryrefslogtreecommitdiff
path: root/lib/common/BoxTime.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/BoxTime.h')
-rw-r--r--lib/common/BoxTime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common/BoxTime.h b/lib/common/BoxTime.h
index 2023db36..6681bbbd 100644
--- a/lib/common/BoxTime.h
+++ b/lib/common/BoxTime.h
@@ -40,6 +40,7 @@ inline uint64_t BoxTimeToMicroSeconds(box_time_t Time)
return Time;
}
-std::string FormatTime(box_time_t time, bool showMicros = false);
+std::string FormatTime(box_time_t time, bool includeDate,
+ bool showMicros = false);
#endif // BOXTIME__H