X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fttrss.h;h=817be41754fbed6291a5fc9b396e07a25f0c55a8;hp=801485e6f627fb9d20c965ea466834dcb72764e4;hb=2acb4f4b249348eeb6ca4bf37836889be55418ff;hpb=fd2d79da502acb8dcb4589413b7f529c762997f1 diff --git a/src/ttrss.h b/src/ttrss.h index 801485e..817be41 100644 --- a/src/ttrss.h +++ b/src/ttrss.h @@ -44,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