Remove mapdev.vxd. It is a non-free Win9x/DOS binary and its usage remains
[mplayer/greg.git] / mp_fifo.h
blobfe4cba05c2df364c0f8243dc3d95d6b875aa4c5b
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