include/keyboard.h
changeset 0 06dd3b8d90ad
new file mode 100644
--- /dev/null
+++ b/include/keyboard.h
@@ -0,0 +1,18 @@
+/**
+ *  $Id: keyboard.h 48 2008-01-09 23:59:19Z mbroeker $
+ * $URL: http://localhost/svn/c/VirtualReader/trunk/include/keyboard.h $
+ */
+
+#ifndef __KEYBOARD_H__
+#define __KEYBOARD_H__
+
+#include <stdio.h>
+#include <unistd.h>
+#include <termios.h>
+#ifdef DEBUG
+#include <ctype.h>
+#endif
+
+char getSingleKey (void);
+
+#endif