X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fttrss_ws.h;h=264bbfdefe597a6ee5fd1fd2c74643d2039bbe32;hp=cd09241d93932ae43650dc0f7e128b0f1acc443d;hb=c6fa04234bdb4ad62f0ed0e3f9a619a2ff007e8a;hpb=9f2b2bde43dc8f831417213463709640935eeeb9 diff --git a/src/ttrss_ws.h b/src/ttrss_ws.h index cd09241..264bbfd 100644 --- a/src/ttrss_ws.h +++ b/src/ttrss_ws.h @@ -33,6 +33,9 @@ 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); + struct json_object *ws_request_new_set_article_unread(int id, int unread); +struct json_object *ws_request_new_get_article_content(int id); +const char *ws_reply_get_article_content(struct json_object *); #endif