view mp_fifo.h @ 24816:ba929c5ee0bc

Fix input command parser for using only tab to separate the arguments.
author ulion
date Tue, 23 Oct 2007 00:44:22 +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