0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Missing svn add from r22841.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22842 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2007-03-29 17:21:17 +00:00
parent 259cfbe7e2
commit 1f93d7573d

7
mp_fifo.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef MP_FIFO_H
#define MP_FIFO_H
int mplayer_get_key(int fd);
void mplayer_put_key(int code);
#endif