mirror of https://github.com/mpv-player/mpv
7 lines
84 B
C
7 lines
84 B
C
|
#ifndef _cache2_h
|
||
|
#define _cache2_h
|
||
|
|
||
|
extern void cache_uninit(stream_t *s);
|
||
|
|
||
|
#endif
|