diff src/lirc.h @ 528:bf9c9e37adf4

Added LIRC patch written by Matteo Beniamino
author nadvornik
date Sun, 27 Apr 2008 20:05:11 +0000
parents
children 1646720364cf
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/lirc.h	Sun Apr 27 20:05:11 2008 +0000
@@ -0,0 +1,10 @@
+#ifndef LIRC_H
+#define LIRC_H
+
+#include "main.h"
+
+#ifdef HAVE_LIRC
+void layout_image_lirc_init(LayoutWindow *lw);
+#endif
+
+#endif