view mp_fifo.h @ 24012:94d4930701b4

Remove useless #include and silence warnings when compiling find_sub.c.
author cehoyos
date Wed, 08 Aug 2007 10:40:17 +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