view mp_fifo.h @ 23959:39d74f3942a9

r23891: typo fix: childs --> children r23894: Give message string a more meaningful name. r23920: Teletext support.
author voroshil
date Wed, 01 Aug 2007 00:44:04 +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