Mercurial > mplayer.hg
annotate stream/cache2.h @ 25766:6201cc9cca7f
Fix some types to const
author | reimar |
---|---|
date | Sat, 19 Jan 2008 11:42:03 +0000 |
parents | 3baf6a2283da |
children | 4129c8cfa742 |
rev | line source |
---|---|
23689
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
19808
diff
changeset
|
1 #ifndef CACHE2_H |
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
19808
diff
changeset
|
2 #define CACHE2_H |
19808 | 3 |
4 extern void cache_uninit(stream_t *s); | |
5 | |
25535
3baf6a2283da
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
parents:
23689
diff
changeset
|
6 #endif /* CACHE2_H */ |