summaryrefslogtreecommitdiff
path: root/src/RSS.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RSS.hpp')
-rw-r--r--src/RSS.hpp1
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();