view mp_fifo.h @ 24942:efdd237bf968

Add include to fix warning: ao_macosx.c:899: warning: implicit declaration of function 'gettimeofday'
author ulion
date Mon, 05 Nov 2007 12:02:21 +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