X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fttrss_cache.h;h=c63ad2df1c9b3aab6be81cba8e4e22034de914c6;hp=caf4ca5f6bc52f151719415e04796b82ee527a4e;hb=c6fa04234bdb4ad62f0ed0e3f9a619a2ff007e8a;hpb=9f2b2bde43dc8f831417213463709640935eeeb9 diff --git a/src/ttrss_cache.h b/src/ttrss_cache.h index caf4ca5..c63ad2d 100644 --- a/src/ttrss_cache.h +++ b/src/ttrss_cache.h @@ -24,6 +24,6 @@ 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