input events and empty UNIX functions
[oftp] / src / unix / input.c
diff --git a/src/unix/input.c b/src/unix/input.c
new file mode 100644 (file)
index 0000000..e1d689d
--- /dev/null
@@ -0,0 +1,15 @@
+#include "input.h"
+
+int init_input(void)
+{
+       return 0;
+}
+
+void cleanup_input(void)
+{
+}
+
+int wait_input(union event *ev)
+{
+       return 0;
+}