view mp_fifo.h @ 24687:ccad1608ed0a

Fix typo.
author cehoyos
date Fri, 05 Oct 2007 12:14:30 +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