X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fqache.h;h=48a9e31c10bc8808860ce4d0a76acfbe46a6d8dd;hb=9cca7e0edd0dfbed460dfa6bba770b142f623c02;hp=a7e7418481757821db55de50c39b87413837a4de;hpb=561a11755d11c05dcb855abc08365b9437198551;p=libucw.git diff --git a/lib/qache.h b/lib/qache.h index a7e74184..48a9e31c 100644 --- a/lib/qache.h +++ b/lib/qache.h @@ -26,7 +26,7 @@ void qache_close(struct qache *q, uns retain_data); /* Insert new item to the cache with a given key and data. If pos_hint is non-zero, it serves * as a hint about the position of the entry (if it's known that an entry with the particular key - * was located there a moment ago. Returns position of the new entry. + * was located there a moment ago). Returns position of the new entry. */ uns qache_insert(struct qache *q, qache_key_t *key, uns pos_hint, void *data, uns size);