Mercurial > mplayer.hg
annotate stream/cache2.h @ 26657:6c9312893275
Add paragraph about homepage translation.
author | diego |
---|---|
date | Thu, 08 May 2008 00:14:18 +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 */ |