From 41d80af128cc74e538a2f5d2474ca49febc52c35 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 25 Dec 2021 02:37:31 -0500 Subject: mark more channels as unread properly --- src/util.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.hpp') diff --git a/src/util.hpp b/src/util.hpp index f51a917..aa87301 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -27,6 +27,8 @@ struct is_optional<::std::optional> : ::std::true_type {}; bool IsFolder(std::string_view path); bool IsFile(std::string_view path); + +uint64_t TimeToEpoch(int year, int month, int day, int hour, int minute, int seconds); } // namespace util class Semaphore { -- cgit v1.2.3