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 a comment that explains why this header has no multiple inclusion guards.
[mplayer/greg.git]
/
mp_fifo.h
blob
1605da03af8c1826380840592968a4743d548e6e
1
#ifndef MP_FIFO_H
2
#define MP_FIFO_H
3
4
int
mplayer_get_key
(
int
fd
);
5
void
mplayer_put_key
(
int
code
);
6
7
#endif
/* MP_FIFO_H */