Mercurial > mplayer.hg
annotate stream/cache2.h @ 26253:114c217e8652
38% synced with r22753
author | ptt |
---|---|
date | Thu, 27 Mar 2008 18:38:38 +0000 |
parents | 7ee4ae1648e6 |
children | 77003eb2d9a8 |
rev | line source |
---|---|
26029 | 1 #ifndef MPLAYER_CACHE2_H |
2 #define MPLAYER_CACHE2_H | |
19808 | 3 |
26184
7ee4ae1648e6
Add missing header #includes to fix 'make checkheaders'.
diego
parents:
26029
diff
changeset
|
4 #include "stream.h" |
7ee4ae1648e6
Add missing header #includes to fix 'make checkheaders'.
diego
parents:
26029
diff
changeset
|
5 |
19808 | 6 extern void cache_uninit(stream_t *s); |
7 | |
26029 | 8 #endif /* MPLAYER_CACHE2_H */ |