remove useless casts
[mplayer/glamo.git] / mp_fifo.h
blob1605da03af8c1826380840592968a4743d548e6e
1 #ifndef MP_FIFO_H
2 #define MP_FIFO_H
4 int mplayer_get_key(int fd);
5 void mplayer_put_key(int code);
7 #endif /* MP_FIFO_H */