mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 03:15:52 +00:00
87281a7d6a
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26216 b3059339-0415-0410-9bf9-f77b7e298cf2
9 lines
142 B
C
9 lines
142 B
C
#ifndef MPLAYER_CACHE2_H
|
|
#define MPLAYER_CACHE2_H
|
|
|
|
#include "stream.h"
|
|
|
|
extern void cache_uninit(stream_t *s);
|
|
|
|
#endif /* MPLAYER_CACHE2_H */
|