From 288e2a0f4e0a02c762c65905d13ad704baece990 Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 23 Oct 2002 22:23:12 +0000 Subject: rewrote the lirc code to remove the fork patch by Albeu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7884 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/lirc.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'input/lirc.h') diff --git a/input/lirc.h b/input/lirc.h index 8461d0473b..6271aaaeb2 100644 --- a/input/lirc.h +++ b/input/lirc.h @@ -3,5 +3,8 @@ int mp_input_lirc_init(void); +int +mp_input_lirc_read(int fd,char* dest, int s); + void -mp_input_lirc_uninit(void); +mp_input_lirc_close(int fd); -- cgit v1.2.3