aboutsummaryrefslogtreecommitdiff
path: root/include/Utils.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-07-28 15:50:26 +0200
committerdec05eba <dec05eba@protonmail.com>2021-07-28 15:50:26 +0200
commit60f22a9cba69a8443ed1442c5294a0102ed6f1a3 (patch)
treee78736a46c878002ce266042731b085c9987435d /include/Utils.hpp
parentb8e40694b539e74f1778b380087764bb76213fc5 (diff)
4chan: add timeout for posting without pass, handle noop captcha challenge
Diffstat (limited to 'include/Utils.hpp')
-rw-r--r--include/Utils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Utils.hpp b/include/Utils.hpp
index cdef844..7aec9e6 100644
--- a/include/Utils.hpp
+++ b/include/Utils.hpp
@@ -11,4 +11,5 @@ namespace QuickMedia {
bool is_running_wayland();
time_t iso_utc_to_unix_time(const char *time_str);
std::string unix_time_to_local_time_str(time_t unix_time);
+ int64_t get_unix_time_monotonic();
} \ No newline at end of file