~medibuntu-maintainers/mplayer/medibuntu.lucid

0.2.1 by Reinhard Tartler
Import upstream version 1.0~rc2+svn20090303
1
#ifndef MPLAYER_MP_FIFO_H
2
#define MPLAYER_MP_FIFO_H
1.1.4 by Mario Limonciello
Import upstream version 1.0~rc2
3
4
int mplayer_get_key(int fd);
5
void mplayer_put_key(int code);
6
0.2.1 by Reinhard Tartler
Import upstream version 1.0~rc2+svn20090303
7
#endif /* MPLAYER_MP_FIFO_H */