summaryrefslogtreecommitdiffstats
path: root/mp_fifo.h
blob: fe4cba05c2df364c0f8243dc3d95d6b875aa4c5b (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