diff options
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(); |
