mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
8 lines
106 B
C
8 lines
106 B
C
|
#ifndef MP_FIFO_H
|
||
|
#define MP_FIFO_H
|
||
|
|
||
|
int mplayer_get_key(int fd);
|
||
|
void mplayer_put_key(int code);
|
||
|
|
||
|
#endif
|