X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fttrss.h;h=817be41754fbed6291a5fc9b396e07a25f0c55a8;hp=020d77a4292f7d09852a39e2be3c74d793a22daa;hb=47231117238180500e22522eb470530bad381dd1;hpb=28bfd5f51b7a9418a0b8cc1f7749b4dff0f027f8 diff --git a/src/ttrss.h b/src/ttrss.h index 020d77a..817be41 100644 --- a/src/ttrss.h +++ b/src/ttrss.h @@ -23,6 +23,7 @@ struct headline { int id; + char *url; char *title; char *excerpt; char *content; @@ -43,4 +44,5 @@ struct feed **ttrss_get_feeds(); struct headline **ttrss_get_headlines(struct feed *); const char *ttrss_get_headline_content(struct headline *); +void ttrss_set_article_unread(int id, int unread); #endif