diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-05-10 19:55:02 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-05-10 19:55:02 +0500 |
| commit | 92bee957b4face63285933f48f6d6e04ac064ca8 (patch) | |
| tree | 00f8b7ae6033165d767c1e371d3a8ce880766e86 /src/RSS.hpp | |
| parent | e695a65df9d5a8ee7d5af705c4789e44fbcc0b60 (diff) | |
Time sorting
Diffstat (limited to 'src/RSS.hpp')
| -rw-r--r-- | src/RSS.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RSS.hpp b/src/RSS.hpp index 1ff2bc7..5dd8376 100644 --- a/src/RSS.hpp +++ b/src/RSS.hpp @@ -215,6 +215,7 @@ class RSS { RSS(std::string url); void print(); + void print_latest(int minutesSpan); private: std::string request(); |
