summaryrefslogtreecommitdiffstats
path: root/mp_fifo.h
blob: 1605da03af8c1826380840592968a4743d548e6e (plain)
1
2
3
4
5
6
7
#ifndef MP_FIFO_H
#define MP_FIFO_H

int mplayer_get_key(int fd);
void mplayer_put_key(int code);

#endif /* MP_FIFO_H */