view mp_fifo.h @ 24007:31f77c1c966e

This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996 Patch by JRaSH (jrash06 163 com)
author kraymer
date Wed, 08 Aug 2007 00:28:01 +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