Rearrange headers to get rid of an #undef and remove unnecessary headers.
[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