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

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

#endif /* MPLAYER_MP_FIFO_H */