(no commit message)
[prss.git] / src / ttrss.h
index 20243d2..a6835bf 100644 (file)
@@ -24,6 +24,7 @@ struct headline {
        char *title;
        char *excerpt;
        char *content;
+       int unread;
 };
 
 struct feed {