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

int mplayer_get_key(void *ctx, int fd);
void mplayer_put_key(int code);

#endif /* MPLAYER_MP_FIFO_H */