view mp_fifo.h @ 24603:4d4c5efcfdb0

Disable buggy unused function via #if 0, blessed by Rich. Fixes warning: vf_pullup.c: At top level: vf_pullup.c:82: warning: 'get_image' defined but not used
author diego
date Wed, 26 Sep 2007 22:48:59 +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