view mp_fifo.h @ 23450:d739d60eb577

sync w/23467 (was just a typo in english doc, no incidence here)
author gpoirier
date Tue, 05 Jun 2007 07:35:07 +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