asynchronous download of the article content
[prss.git] / src / ttrss_wsasync.h
index 40835c7..ef6604e 100644 (file)
@@ -23,5 +23,7 @@
 #include "ttrss_ws.h"
 
 void ws_async_set_article_unread(int id, int unread);
 #include "ttrss_ws.h"
 
 void ws_async_set_article_unread(int id, int unread);
+void
+ws_async_get_article_content(int id, void (*callback)(int id, const char *));
 
 #endif
 
 #endif