mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 02:15:59 +00:00
0864f92e7a
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28085 b3059339-0415-0410-9bf9-f77b7e298cf2
10 lines
195 B
C
10 lines
195 B
C
#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 */
|