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