repo.or.cz
/
mplayer
/
greg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add explanatory comments to the #endif part of multiple inclusion guards.
[mplayer/greg.git]
/
stream
/
cache2.h
blob
924202735f1242e6945d8a24ebcc81ed92c678be
1
#ifndef CACHE2_H
2
#define CACHE2_H
3
4
extern
void
cache_uninit
(
stream_t
*
s
);
5
6
#endif
/* CACHE2_H */