summaryrefslogtreecommitdiffstats
path: root/stream/cache2.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/cache2.h')
-rw-r--r--stream/cache2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/stream/cache2.h b/stream/cache2.h
new file mode 100644
index 0000000000..d8bffc9a50
--- /dev/null
+++ b/stream/cache2.h
@@ -0,0 +1,6 @@
+#ifndef _cache2_h
+#define _cache2_h
+
+extern void cache_uninit(stream_t *s);
+
+#endif