mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
1f93d7573d
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22842 b3059339-0415-0410-9bf9-f77b7e298cf2
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
|