2008-02-22 09:09:46 +00:00
|
|
|
#ifndef MPLAYER_CACHE2_H
|
|
|
|
#define MPLAYER_CACHE2_H
|
2006-09-12 16:24:23 +00:00
|
|
|
|
2008-03-10 19:28:42 +00:00
|
|
|
#include "stream.h"
|
|
|
|
|
2006-09-12 16:24:23 +00:00
|
|
|
extern void cache_uninit(stream_t *s);
|
|
|
|
|
2008-02-22 09:09:46 +00:00
|
|
|
#endif /* MPLAYER_CACHE2_H */
|