Fix indentation.
[mplayer/glamo.git] / stream / cache2.h
blob4eb201e1779764e2baf0b8381353ea5246c8c3c7
1 #ifndef MPLAYER_CACHE2_H
2 #define MPLAYER_CACHE2_H
4 #include "stream.h"
6 extern void cache_uninit(stream_t *s);
7 int cache_do_control(stream_t *stream, int cmd, void *arg);
9 #endif /* MPLAYER_CACHE2_H */