"inline" is used elsewhere and more portable than "__inline"
[mplayer/glamo.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