diff options
Diffstat (limited to 'mp_fifo.h')
-rw-r--r-- | mp_fifo.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #ifndef MPLAYER_MP_FIFO_H #define MPLAYER_MP_FIFO_H -int mplayer_get_key(int fd); +int mplayer_get_key(void *ctx, int fd); void mplayer_put_key(int code); #endif /* MPLAYER_MP_FIFO_H */ |