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
Comment out the correct #endif directive.
[mplayer/greg.git]
/
stream
/
cache2.h
blob
645bf5ed479111ef980e4602ebfb5e71c18e5876
1
#ifndef CACHE2_H
2
#define CACHE2_H
3
4
extern
void
cache_uninit
(
stream_t
*
s
);
5
6
#endif