mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
d6e22603ef
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25568 b3059339-0415-0410-9bf9-f77b7e298cf2
8 lines
122 B
C
8 lines
122 B
C
#ifndef MP_FIFO_H
|
|
#define MP_FIFO_H
|
|
|
|
int mplayer_get_key(int fd);
|
|
void mplayer_put_key(int code);
|
|
|
|
#endif /* MP_FIFO_H */
|