Configure needs AS to be set for the Makefiles.
[mplayer/glamo.git] / mp_fifo.h
blob5a5c925462510e07751df0d10a4fb6df100ed185
1 #ifndef MPLAYER_MP_FIFO_H
2 #define MPLAYER_MP_FIFO_H
4 int mplayer_get_key(int fd);
5 void mplayer_put_key(int code);
7 #endif /* MPLAYER_MP_FIFO_H */