(no commit message)
[prss.git] / src / ttrss.c
index 64a0375..3ec22f8 100644 (file)
@@ -79,3 +79,8 @@ struct feed *ttrss_get_feed(int id)
 {
        return feeds_get_feed(data, id);
 }
+
+struct headline *ttrss_get_headline(int id)
+{
+       return feeds_get_headline(data, id);
+}