summaryrefslogtreecommitdiffstats
path: root/src/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache.h')
-rw-r--r--src/cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cache.h b/src/cache.h
index 63f5560..dc22836 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -19,6 +19,7 @@ int cache_block_copy(struct stream const * const src, struct stream * const dest
int cache_list_copy(struct stream * const src, struct stream * const dest);
int cache_block_split(struct stream * const src, struct stream * const A, struct stream * const B);
int cache_list_split(struct stream * const src, struct stream * const A, struct stream * const B);
+int cache_rewind(struct stream * const in);
/* GET */
struct entry_l *cached_get_array(struct stream * const in);