blob: 4eb201e1779764e2baf0b8381353ea5246c8c3c7 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef MPLAYER_CACHE2_H
#define MPLAYER_CACHE2_H
#include "stream.h"
extern void cache_uninit(stream_t *s);
int cache_do_control(stream_t *stream, int cmd, void *arg);
#endif /* MPLAYER_CACHE2_H */
|