Mercurial > mplayer.hg
annotate stream/cache2.h @ 26003:a506a6ab14e1
Add standard license header and make copyright notices consistent.
author | diego |
---|---|
date | Tue, 19 Feb 2008 23:27:23 +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 */ |