(no commit message)
[prss.git] / src / ttrss.h
index a6835bf..88cde67 100644 (file)
@@ -31,6 +31,7 @@ struct feed {
        char *title;
        char *url;
        int id;
+       int unread;
 
        struct headline **headlines;
 };