(no commit message)
[prss.git] / src / ttrss_ws.h
index 7710af4..a6d7e92 100644 (file)
@@ -31,5 +31,6 @@ struct json_object *ws_execute(struct json_object *rq);
 struct feed **ws_update_feeds(struct feed **feeds);
 int ws_update_headlines(struct feed *feed);
 char *ws_get_article_content(int id);
+void ws_set_article_unread(int id, int unread);
 
 #endif