mpv/mp_fifo.h

8 lines
146 B
C

#ifndef MPLAYER_MP_FIFO_H
#define MPLAYER_MP_FIFO_H
int mplayer_get_key(int fd);
void mplayer_put_key(int code);
#endif /* MPLAYER_MP_FIFO_H */