aboutsummaryrefslogtreecommitdiff
path: root/include/StringUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/StringUtils.hpp')
-rw-r--r--include/StringUtils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/StringUtils.hpp b/include/StringUtils.hpp
index acc7305..6554ea7 100644
--- a/include/StringUtils.hpp
+++ b/include/StringUtils.hpp
@@ -23,4 +23,5 @@ namespace QuickMedia {
bool strncase_equals(const char *str1, const char *str2, size_t length);
bool strcase_equals(const char *str1, const char *str2);
bool to_num(const char *str, size_t size, int &num);
+ std::string seconds_to_relative_time_str(time_t seconds);
} \ No newline at end of file