view mp_fifo.h @ 23919:440d23a28592

big 10L of r9888 located: passed fd instead of pointer to sun_vcd_read
author reimar
date Mon, 30 Jul 2007 15:47:17 +0000
parents cd0ec0b1d931
children dfca45ad9326
line wrap: on
line source

#ifndef MP_FIFO_H
#define MP_FIFO_H

int mplayer_get_key(int fd);
void mplayer_put_key(int code);

#endif