asynchronous download of the article content
[prss.git] / src / ttrss_cache.h
index caf4ca5..c63ad2d 100644 (file)
@@ -24,6 +24,6 @@
 
 int cache_exists(const struct headline *h);
 char *cache_get(const struct headline *h);
 
 int cache_exists(const struct headline *h);
 char *cache_get(const struct headline *h);
-void cache_put(const struct headline *h, const char *content);
+void cache_put(int id, const char *content);
 
 #endif
 
 #endif