view mp_fifo.h @ 25447:139197373d1b

Move a variable to where it is used
author reimar
date Thu, 20 Dec 2007 12:51:24 +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