view mp_fifo.h @ 24544:b6a7f21f4d47

Replace x-dev dependency with x11proto-core-dev. x-dev is now only a dummy package for transition. patch by Ansgar Burchardt, ansgar 2007.43-1 org
author diego
date Tue, 18 Sep 2007 08:56:51 +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