mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 10:26:00 +00:00
d505bb051b
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25582 b3059339-0415-0410-9bf9-f77b7e298cf2
14 lines
169 B
C
14 lines
169 B
C
#ifndef LIRC_H
|
|
#define LIRC_H
|
|
|
|
int
|
|
mp_input_lirc_init(void);
|
|
|
|
int
|
|
mp_input_lirc_read(int fd,char* dest, int s);
|
|
|
|
void
|
|
mp_input_lirc_close(int fd);
|
|
|
|
#endif /* LIRC_H */
|