X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fttrss.h;fp=src%2Fttrss.h;h=d23c6e230bc04cee952f6237c8fa3a820f27a4dc;hp=71b3cef780f50ca1d0b5d55447ae37bff5d28f7e;hb=4e8c884a282bcf16f486d06164ee187faa8a2610;hpb=9e8f000157c9c09742b5cc55f768782e16db240c diff --git a/src/ttrss.h b/src/ttrss.h index 71b3cef..d23c6e2 100644 --- a/src/ttrss.h +++ b/src/ttrss.h @@ -24,7 +24,7 @@ void ttrss_set_config(const char *url, const char *user, const char *pwd); struct feed **ttrss_get_feeds(); -struct headline **ttrss_get_headlines(struct feed *); +struct headline **ttrss_feed_get_headlines(struct feed *); const char *ttrss_get_headline_content(struct headline *); void ttrss_set_article_unread(int id, int unread);