From 060db5c6cbd02e684a0c98c0f045da242b6ab218 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 9 Oct 2021 14:49:13 +0200 Subject: Add lbry, attempt to fix 4chan posting when captcha is no-op --- include/StringUtils.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/StringUtils.hpp b/include/StringUtils.hpp index 29befc7..f03ac62 100644 --- a/include/StringUtils.hpp +++ b/include/StringUtils.hpp @@ -27,4 +27,5 @@ namespace QuickMedia { // Note: does not check for overflow bool to_num_hex(const char *str, size_t size, int &num); std::string seconds_to_relative_time_str(time_t seconds); + std::string seconds_to_duration(int seconds); } \ No newline at end of file -- cgit v1.2.3