view mp_fifo.h @ 23525:37ef65c09ac6

r23516: little indentation fix r23517: small indentation and tags fixes r23520: reversed previus modification (r23517) r23536: caps character after "Explanation:" in tvinput.xml r23537: <note><para> indentation corrected r23538: capital char and relative dot at end of phrase removed
author voroshil
date Mon, 11 Jun 2007 07:39:06 +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