(no commit message)
[prss.git] / src / ttrss.h
index 20243d2..88cde67 100644 (file)
@@ -24,12 +24,14 @@ struct headline {
        char *title;
        char *excerpt;
        char *content;
+       int unread;
 };
 
 struct feed {
        char *title;
        char *url;
        int id;
+       int unread;
 
        struct headline **headlines;
 };