summaryrefslogtreecommitdiffstats
path: root/stream/cache2.h
blob: f61865f4196727251e04e782ec36914e594e268e (plain)
1
2
3
4
5
6
7
8
#ifndef MPLAYER_CACHE2_H
#define MPLAYER_CACHE2_H

#include "stream.h"

extern void cache_uninit(stream_t *s);

#endif /* MPLAYER_CACHE2_H */