1
mirror of https://github.com/mpv-player/mpv synced 2024-11-14 22:48:35 +01:00
mpv/mp_fifo.h

8 lines
106 B
C
Raw Normal View History

#ifndef MP_FIFO_H
#define MP_FIFO_H
int mplayer_get_key(int fd);
void mplayer_put_key(int code);
#endif