(no commit message)
[prss.git] / src / ttrss_model.h
index 6f1a4c1..b502010 100644 (file)
@@ -39,8 +39,10 @@ struct feed {
        struct headline **headlines;
 };
 
+struct feed *feed_new(int id, const char *url, const char *title);
 void feed_free(struct feed *feed);
 void feeds_free(struct feed **feed);
+struct feed *feeds_get_feed(struct feed **feed, int i);
 
 struct headline **headlines_add(struct headline **list, struct headline *h);
 struct headline *headline_new(int id, const char *url, const char *title);