view mp_fifo.h @ 22824:cd0ec0b1d931

Missing svn add from r22841.
author rathann
date Thu, 29 Mar 2007 17:21:17 +0000
parents
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