1 2 3 4 5 6
#ifndef CACHE2_H #define CACHE2_H extern void cache_uninit(stream_t *s); #endif /* CACHE2_H */