asynchronous ws call for flagging article as read
[prss.git] / src / ttrss_ws.h
index a6d7e92..2902434 100644 (file)
@@ -32,5 +32,6 @@ 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);
 int ws_update_headlines(struct feed *feed);
 char *ws_get_article_content(int id);
 void ws_set_article_unread(int id, int unread);
+struct json_object *ws_request_new_set_article_unread(int id, int unread);
 
 #endif
 
 #endif