diff options
author | phintuka <phintuka> | 2008-11-10 23:53:45 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-10 23:53:45 +0000 |
commit | 1b7000d1863cd9bb3482a6443c3b255f4ce34977 (patch) | |
tree | e288e7055c008bbd40357db7a840930f60af942c | |
parent | f05696870836d8f29e9cd0d458649a73076db4c9 (diff) | |
download | xineliboutput-1b7000d1863cd9bb3482a6443c3b255f4ce34977.tar.gz xineliboutput-1b7000d1863cd9bb3482a6443c3b255f4ce34977.tar.bz2 |
New file
-rw-r--r-- | xine_frontend_lirc.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/xine_frontend_lirc.h b/xine_frontend_lirc.h new file mode 100644 index 00000000..7d9e6542 --- /dev/null +++ b/xine_frontend_lirc.h @@ -0,0 +1,19 @@ +/* + * xine_frontend_lirc.h: + * + * See the main source file 'xineliboutput.c' for copyright information and + * how to reach the author. + * + * $Id: xine_frontend_lirc.h,v 1.1 2008-11-10 23:53:45 phintuka Exp $ + * + */ + +#ifndef XINE_FRONTEND_LIRC_H +#define XINE_FRONTEND_LIRC_H + +#include "xine_frontend.h" + +void lirc_start(fe_t *fe, char *lirc_dev, int repeat_emu); +void lirc_stop(void); + +#endif /* XINE_FRONTEND_LIRC_H */ |