(no commit message)
[prss.git] / src / ttrss.h
index b426a50..4e9f3a5 100644 (file)
@@ -33,4 +33,6 @@ struct headline *ttrss_get_headline(int id);
 
 void ttrs_set_config(const char *url, const char *user, const char *pwd);
 
+void ttrs_download_headline_content(struct feed **);
+
 #endif