Fix compilation: #undef standard library functions that are
[mplayer/glamo.git] / stream / cache2.h
blob8403c05aff607d632b525a1fd55dd43fcd8838ab
1 #ifndef MPLAYER_CACHE2_H
2 #define MPLAYER_CACHE2_H
4 #include "stream.h"
6 void cache_uninit(stream_t *s);
7 int cache_do_control(stream_t *stream, int cmd, void *arg);
9 #endif /* MPLAYER_CACHE2_H */