X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fttrss.h;h=78427eb4c8e003f54320e3ed2902977d025f02ac;hp=f200e599019c506b98b8f0ea00da9bd1a93f557c;hb=0d88bb9ed245be97f3120dad9c3c1604cd9c4183;hpb=a0736fce0f13ccf8ae96f00b5ed65af316c7571a diff --git a/src/ttrss.h b/src/ttrss.h index f200e59..78427eb 100644 --- a/src/ttrss.h +++ b/src/ttrss.h @@ -42,10 +42,10 @@ struct feed { 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); void ws_init(const char *url, const char *user, const char *pwd); int ws_open_session(); + #endif